| 1652 | |
| 1653 | |
| 1654 | PossibleValueSet LowLevelILInstructionBase::GetPossibleStackContents(int32_t offset, size_t len) |
| 1655 | { |
| 1656 | return function->GetPossibleStackContentsAtInstruction(offset, len, instructionIndex); |
| 1657 | } |
| 1658 | |
| 1659 | |
| 1660 | PossibleValueSet LowLevelILInstructionBase::GetPossibleStackContentsAfter(int32_t offset, size_t len) |
nothing calls this directly
no test coverage detected