| 1219 | |
| 1220 | |
| 1221 | RegisterValue MediumLevelILInstructionBase::GetStackContents(int32_t offset, size_t len) |
| 1222 | { |
| 1223 | return function->GetStackContentsAtInstruction(offset, len, instructionIndex); |
| 1224 | } |
| 1225 | |
| 1226 | |
| 1227 | RegisterValue MediumLevelILInstructionBase::GetStackContentsAfter(int32_t offset, size_t len) |
nothing calls this directly
no test coverage detected