| 1640 | |
| 1641 | |
| 1642 | RegisterValue LowLevelILInstructionBase::GetStackContents(int32_t offset, size_t len) |
| 1643 | { |
| 1644 | return function->GetStackContentsAtInstruction(offset, len, instructionIndex); |
| 1645 | } |
| 1646 | |
| 1647 | |
| 1648 | RegisterValue LowLevelILInstructionBase::GetStackContentsAfter(int32_t offset, size_t len) |
nothing calls this directly
no test coverage detected