Lines Matching refs:VBPtrOffset
162 int32_t VBPtrOffset, uint32_t VBIndex,
167 uint32_t NVOffset, int32_t VBPtrOffset,
595 uint64_t VBPtrOffset = 0; in mangleMemberFunctionPointer() local
608 VBPtrOffset = Layout.getVBPtrOffset().getQuantity(); in mangleMemberFunctionPointer()
632 mangleNumber(VBPtrOffset); in mangleMemberFunctionPointer()
2505 if (Adjustment.Virtual.Microsoft.VBPtrOffset) { in mangleThunkThisAdjustment()
2508 static_cast<uint32_t>(Adjustment.Virtual.Microsoft.VBPtrOffset)); in mangleThunkThisAdjustment()
2687 uint32_t NVOffset, int32_t VBPtrOffset, uint32_t VBIndex, in mangleCXXCatchableType() argument
2713 if (VBPtrOffset == -1) { in mangleCXXCatchableType()
2719 Mangler.getStream() << VBPtrOffset; in mangleCXXCatchableType()
2725 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset, in mangleCXXRTTIBaseClassDescriptor() argument
2731 Mangler.mangleNumber(VBPtrOffset); in mangleCXXRTTIBaseClassDescriptor()