| 1237 | |
| 1238 | |
| 1239 | PossibleValueSet MediumLevelILInstructionBase::GetPossibleStackContentsAfter(int32_t offset, size_t len) |
| 1240 | { |
| 1241 | return function->GetPossibleStackContentsAfterInstruction(offset, len, instructionIndex); |
| 1242 | } |
| 1243 | |
| 1244 | |
| 1245 | BNILBranchDependence MediumLevelILInstructionBase::GetBranchDependence(size_t branchInstr) |
nothing calls this directly
no test coverage detected