| 264 | |
| 265 | |
| 266 | MediumLevelILInstruction MediumLevelILFunction::GetExpr(size_t i) |
| 267 | { |
| 268 | return MediumLevelILInstruction(this, GetRawExpr(i), i, GetInstructionForExpr(i)); |
| 269 | } |
| 270 | |
| 271 | |
| 272 | size_t MediumLevelILFunction::GetIndexForInstruction(size_t i) const |
nothing calls this directly
no test coverage detected