| 1658 | |
| 1659 | |
| 1660 | PossibleValueSet LowLevelILInstructionBase::GetPossibleStackContentsAfter(int32_t offset, size_t len) |
| 1661 | { |
| 1662 | return function->GetPossibleStackContentsAfterInstruction(offset, len, instructionIndex); |
| 1663 | } |
| 1664 | |
| 1665 | |
| 1666 | size_t LowLevelILInstructionBase::GetSSAInstructionIndex() const |
nothing calls this directly
no test coverage detected