| 1225 | |
| 1226 | |
| 1227 | RegisterValue MediumLevelILInstructionBase::GetStackContentsAfter(int32_t offset, size_t len) |
| 1228 | { |
| 1229 | return function->GetStackContentsAfterInstruction(offset, len, instructionIndex); |
| 1230 | } |
| 1231 | |
| 1232 | |
| 1233 | PossibleValueSet MediumLevelILInstructionBase::GetPossibleStackContents(int32_t offset, size_t len) |
nothing calls this directly
no test coverage detected