| 559 | |
| 560 | |
| 561 | LowLevelILInstruction LowLevelILFunction::GetInstruction(size_t i) |
| 562 | { |
| 563 | size_t expr = GetIndexForInstruction(i); |
| 564 | return LowLevelILInstruction(this, GetRawExpr(expr), expr, i); |
| 565 | } |
| 566 | |
| 567 | |
| 568 | LowLevelILInstruction LowLevelILFunction::GetExpr(size_t i) |
no test coverage detected