| 572 | |
| 573 | |
| 574 | size_t LowLevelILFunction::GetIndexForInstruction(size_t i) const |
| 575 | { |
| 576 | return BNGetLowLevelILIndexForInstruction(m_object, i); |
| 577 | } |
| 578 | |
| 579 | |
| 580 | size_t LowLevelILFunction::GetInstructionForExpr(size_t expr) const |
no outgoing calls
no test coverage detected