| 112 | CompilerFloatTable &getFunctionFloatTable() { return gFunctionFloatTable; } |
| 113 | |
| 114 | void setCurrentFloatTable(CompilerFloatTable* cst) { gCurrentFloatTable = cst; } |
| 115 | |
| 116 | CompilerIdentTable &getIdentTable() { return gIdentTable; } |
| 117 |
no outgoing calls
no test coverage detected