| 1260 | |
| 1261 | |
| 1262 | void Architecture::RegisterFunctionRecognizer(FunctionRecognizer* recog) |
| 1263 | { |
| 1264 | FunctionRecognizer::RegisterArchitectureFunctionRecognizer(this, recog); |
| 1265 | } |
| 1266 | |
| 1267 | |
| 1268 | void Architecture::RegisterRelocationHandler(const string& viewName, RelocationHandler* handler) |
no outgoing calls
no test coverage detected