Lines Matching refs:VBIndex
3038 unsigned VBIndex = in AddMethods() local
3040 MethodInfo MI(VBIndex, in AddMethods()
3065 ReturnAdjustment.Virtual.Microsoft.VBIndex = in AddMethods()
3099 if (R.Virtual.Microsoft.VBIndex) in dumpMicrosoftThunkAdjustment()
3100 Out << "vbase #" << R.Virtual.Microsoft.VBIndex << ", "; in dumpMicrosoftThunkAdjustment()
3651 uint64_t VBIndex = I.first.VBTableIndex; in dumpMethodLocations() local
3653 (VFPtrOffset != LastVFPtrOffset || VBIndex != LastVBIndex)) { in dumpMethodLocations()
3654 assert(VBIndex > LastVBIndex || VFPtrOffset > LastVFPtrOffset); in dumpMethodLocations()
3656 if (VBIndex) in dumpMethodLocations()
3657 Out << "vbtable index " << VBIndex << ", "; in dumpMethodLocations()
3660 LastVBIndex = VBIndex; in dumpMethodLocations()