| 337 | |
| 338 | |
| 339 | ExprId LowLevelILFunction::AddInstruction(size_t expr) |
| 340 | { |
| 341 | return BNLowLevelILAddInstruction(m_object, expr); |
| 342 | } |
| 343 | |
| 344 | |
| 345 | ExprId LowLevelILFunction::Goto(BNLowLevelILLabel& label, const ILSourceLocation& loc) |
no outgoing calls
no test coverage detected