Lines Matching refs:VBPtrOffset
127 int32_t VBPtrOffset, uint32_t VBIndex,
134 uint32_t NVOffset, int32_t VBPtrOffset,
557 uint64_t VBPtrOffset = 0; in mangleMemberFunctionPointer() local
570 VBPtrOffset = Layout.getVBPtrOffset().getQuantity(); in mangleMemberFunctionPointer()
594 mangleNumber(VBPtrOffset); in mangleMemberFunctionPointer()
2277 if (Adjustment.Virtual.Microsoft.VBPtrOffset) { in mangleThunkThisAdjustment()
2280 static_cast<uint32_t>(Adjustment.Virtual.Microsoft.VBPtrOffset)); in mangleThunkThisAdjustment()
2454 uint32_t NVOffset, int32_t VBPtrOffset, uint32_t VBIndex, in mangleCXXCatchableType() argument
2477 if (VBPtrOffset == -1) { in mangleCXXCatchableType()
2483 Mangler.getStream() << VBPtrOffset; in mangleCXXCatchableType()
2489 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset, in mangleCXXRTTIBaseClassDescriptor() argument
2494 Mangler.mangleNumber(VBPtrOffset); in mangleCXXRTTIBaseClassDescriptor()