| 578 | |
| 579 | |
| 580 | size_t LowLevelILFunction::GetInstructionForExpr(size_t expr) const |
| 581 | { |
| 582 | return BNGetLowLevelILInstructionForExpr(m_object, expr); |
| 583 | } |
| 584 | |
| 585 | |
| 586 | size_t LowLevelILFunction::GetInstructionCount() const |
no outgoing calls
no test coverage detected