| 257 | |
| 258 | |
| 259 | MediumLevelILInstruction MediumLevelILFunction::GetInstruction(size_t i) |
| 260 | { |
| 261 | size_t expr = GetIndexForInstruction(i); |
| 262 | return MediumLevelILInstruction(this, GetRawExpr(expr), expr, i); |
| 263 | } |
| 264 | |
| 265 | |
| 266 | MediumLevelILInstruction MediumLevelILFunction::GetExpr(size_t i) |
nothing calls this directly
no test coverage detected