| 1491 | |
| 1492 | |
| 1493 | LowLevelILIndexMap LowLevelILInstructionBase::GetRawOperandAsIndexMap(size_t operand) const |
| 1494 | { |
| 1495 | return LowLevelILIndexMap(function, function->GetRawExpr(operands[operand + 1]), operands[operand]); |
| 1496 | } |
| 1497 | |
| 1498 | |
| 1499 | LowLevelILInstructionList LowLevelILInstructionBase::GetRawOperandAsExprList(size_t operand) const |
no test coverage detected