| 118 | |
| 119 | |
| 120 | void LanguageRepresentationFunction::FreeCallback(void* ctxt) |
| 121 | { |
| 122 | LanguageRepresentationFunction* func = (LanguageRepresentationFunction*)ctxt; |
| 123 | func->ReleaseForRegistration(); |
| 124 | } |
| 125 | |
| 126 | |
| 127 | void LanguageRepresentationFunction::InitTokenEmitterCallback(void* ctxt, BNHighLevelILTokenEmitter* tokens) |
nothing calls this directly
no test coverage detected