Lines Matching refs:VBPtrOffset
184 int32_t VBPtrOffset, uint32_t VBIndex,
190 uint32_t NVOffset, int32_t VBPtrOffset,
793 uint64_t VBPtrOffset = 0; in mangleMemberFunctionPointer() local
816 VBPtrOffset = Layout.getVBPtrOffset().getQuantity(); in mangleMemberFunctionPointer()
839 mangleNumber(VBPtrOffset); in mangleMemberFunctionPointer()
3736 if (Adjustment.Virtual.Microsoft.VBPtrOffset) { in mangleThunkThisAdjustment()
3739 static_cast<uint32_t>(Adjustment.Virtual.Microsoft.VBPtrOffset)); in mangleThunkThisAdjustment()
3929 uint32_t NVOffset, int32_t VBPtrOffset, uint32_t VBIndex, in mangleCXXCatchableType() argument
3961 if (VBPtrOffset == -1) { in mangleCXXCatchableType()
3967 Mangler.getStream() << VBPtrOffset; in mangleCXXCatchableType()
3973 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset, in mangleCXXRTTIBaseClassDescriptor() argument
3979 Mangler.mangleNumber(VBPtrOffset); in mangleCXXRTTIBaseClassDescriptor()