| 27 | |
| 28 | |
| 29 | HighLevelILFunction::HighLevelILFunction(Architecture* arch, Function* func) |
| 30 | { |
| 31 | m_object = BNCreateHighLevelILFunction(arch->GetObject(), func ? func->GetObject() : nullptr); |
| 32 | } |
| 33 | |
| 34 | |
| 35 | HighLevelILFunction::HighLevelILFunction(BNHighLevelILFunction* func) |
no test coverage detected