| 566 | |
| 567 | |
| 568 | LowLevelILInstruction LowLevelILFunction::GetExpr(size_t i) |
| 569 | { |
| 570 | return LowLevelILInstruction(this, GetRawExpr(i), i, GetInstructionForExpr(i)); |
| 571 | } |
| 572 | |
| 573 | |
| 574 | size_t LowLevelILFunction::GetIndexForInstruction(size_t i) const |
no test coverage detected