| 547 | |
| 548 | |
| 549 | BNLowLevelILInstruction LowLevelILFunction::GetRawExpr(size_t i) const |
| 550 | { |
| 551 | return BNGetLowLevelILByIndex(m_object, i); |
| 552 | } |
| 553 | |
| 554 | |
| 555 | LowLevelILInstruction LowLevelILFunction::operator[](size_t i) |
no outgoing calls
no test coverage detected