| 590 | |
| 591 | |
| 592 | size_t LowLevelILFunction::GetExprCount() const |
| 593 | { |
| 594 | return BNGetLowLevelILExprCount(m_object); |
| 595 | } |
| 596 | |
| 597 | |
| 598 | void LowLevelILFunction::UpdateInstructionOperand(size_t i, size_t operandIndex, ExprId value) |
no outgoing calls
no test coverage detected