Class ProcAddressConfiguration

    • Constructor Detail

      • ProcAddressConfiguration

        public ProcAddressConfiguration()
    • Method Detail

      • setProcAddressNameExpr

        protected void setProcAddressNameExpr​(String expr)
      • readProcAddressNameExpr

        protected void readProcAddressNameExpr​(StringTokenizer tok,
                                               String filename,
                                               int lineNo)
      • emitProcAddressTable

        public boolean emitProcAddressTable()
      • tableClassPackage

        public String tableClassPackage()
      • tableClassName

        public String tableClassName()
      • skipProcAddressGen

        public boolean skipProcAddressGen​(FunctionSymbol symbol)
      • isForceProcAddressGen4All

        public boolean isForceProcAddressGen4All()
      • getForceProcAddressGen

        public List<String> getForceProcAddressGen()
      • getProcAddressTableExpr

        public String getProcAddressTableExpr()
      • setProcAddressTableExpr

        protected void setProcAddressTableExpr​(String s)
      • convertToFunctionPointerName

        public String convertToFunctionPointerName​(String funcName)
      • forceProcAddressGen

        public boolean forceProcAddressGen​(FunctionSymbol symbol)
      • addForceProcAddressGen

        public void addForceProcAddressGen​(String funcName)
      • addLocalProcAddressCallingConvention

        public void addLocalProcAddressCallingConvention​(String funcName,
                                                         String callingConvention)
      • getLocalProcAddressCallingConvention

        public String getLocalProcAddressCallingConvention​(FunctionSymbol symbol)
      • isLocalProcAddressCallingConvention4All

        public boolean isLocalProcAddressCallingConvention4All()
      • getLocalProcAddressCallingConvention4All

        public String getLocalProcAddressCallingConvention4All()