| 32 | |
| 33 | |
| 34 | LowLevelILFunction::LowLevelILFunction(Architecture* arch, Function* func) |
| 35 | { |
| 36 | m_object = BNCreateLowLevelILFunction(arch->GetObject(), func ? func->GetObject() : nullptr); |
| 37 | } |
| 38 | |
| 39 | |
| 40 | LowLevelILFunction::LowLevelILFunction(BNLowLevelILFunction* func) |
no test coverage detected