| 1231 | |
| 1232 | |
| 1233 | PossibleValueSet MediumLevelILInstructionBase::GetPossibleStackContents(int32_t offset, size_t len) |
| 1234 | { |
| 1235 | return function->GetPossibleStackContentsAtInstruction(offset, len, instructionIndex); |
| 1236 | } |
| 1237 | |
| 1238 | |
| 1239 | PossibleValueSet MediumLevelILInstructionBase::GetPossibleStackContentsAfter(int32_t offset, size_t len) |
nothing calls this directly
no test coverage detected