Lines Matching refs:VBPtrOffset
165 int32_t VBPtrOffset, uint32_t VBIndex,
170 uint32_t NVOffset, int32_t VBPtrOffset,
676 uint64_t VBPtrOffset = 0; in mangleMemberFunctionPointer() local
689 VBPtrOffset = Layout.getVBPtrOffset().getQuantity(); in mangleMemberFunctionPointer()
712 mangleNumber(VBPtrOffset); in mangleMemberFunctionPointer()
3289 if (Adjustment.Virtual.Microsoft.VBPtrOffset) { in mangleThunkThisAdjustment()
3292 static_cast<uint32_t>(Adjustment.Virtual.Microsoft.VBPtrOffset)); in mangleThunkThisAdjustment()
3472 uint32_t NVOffset, int32_t VBPtrOffset, uint32_t VBIndex, in mangleCXXCatchableType() argument
3504 if (VBPtrOffset == -1) { in mangleCXXCatchableType()
3510 Mangler.getStream() << VBPtrOffset; in mangleCXXCatchableType()
3516 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset, in mangleCXXRTTIBaseClassDescriptor() argument
3522 Mangler.mangleNumber(VBPtrOffset); in mangleCXXRTTIBaseClassDescriptor()