| 1008 | |
| 1009 | |
| 1010 | size_t HighLevelILInstructionBase::GetInstructionIndex() const |
| 1011 | { |
| 1012 | return function->GetInstructionForExpr(exprIndex); |
| 1013 | } |
| 1014 | |
| 1015 | |
| 1016 | HighLevelILInstruction HighLevelILInstructionBase::GetInstruction() const |
no test coverage detected