| 540 | |
| 541 | |
| 542 | ExprId LowLevelILFunction::Operand(size_t n, ExprId expr) |
| 543 | { |
| 544 | BNLowLevelILSetExprSourceOperand(m_object, expr, (uint32_t)n); |
| 545 | return expr; |
| 546 | } |
| 547 | |
| 548 | |
| 549 | BNLowLevelILInstruction LowLevelILFunction::GetRawExpr(size_t i) const |
no outgoing calls
no test coverage detected