| 303 | } |
| 304 | |
| 305 | void SetCurrentAlignment(unsigned int alignment) |
| 306 | { |
| 307 | currAlign = alignment; |
| 308 | } |
| 309 | |
| 310 | // Finds variable inside function external variable list, and if not found, adds it to a list |
| 311 | FunctionInfo::ExternalInfo* AddFunctionExternal(FunctionInfo* func, VariableInfo* var) |
no outgoing calls
no test coverage detected