Home
last modified time | relevance | path

Searched refs:VBPtrOffset (Results 1 – 22 of 22) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DRecordLayout.h110 CharUnits VBPtrOffset; member
308 return !CXXInfo->VBPtrOffset.isNegative(); in hasVBPtr()
326 return CXXInfo->VBPtrOffset; in getVBPtrOffset()
H A DMangle.h272 uint32_t NVOffset, int32_t VBPtrOffset,
276 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2243 if (TA.Virtual.Microsoft.VBPtrOffset) { in performThisAdjustment()
2252 -TA.Virtual.Microsoft.VBPtrOffset, in performThisAdjustment()
3175 if (VBPtrOffset) { in AdjustVirtualBase()
3188 if (!VBPtrOffset) { in AdjustVirtualBase()
3231 llvm::Value *VBPtrOffset = nullptr; in EmitMemberDataPointerAddress() local
3245 VBPtrOffset); in EmitMemberDataPointerAddress()
3336 llvm::Value *VBPtrOffset = getZeroInt(); in EmitNonNullMemberPointerConversion() local
3427 VBPtrOffset = in EmitNonNullMemberPointerConversion()
3518 llvm::Value *VBPtrOffset = nullptr; in EmitLoadOfMemberFunctionPointer() local
3826 int32_t VBPtrOffset = -1; in getBaseClassDescriptor() local
[all …]
H A DCGExprCXX.cpp525 for (CharUnits VBPtrOffset : VBPtrOffsets) { in EmitNullBaseClassInitialization() local
527 if (VBPtrOffset >= NVSize) in EmitNullBaseClassInitialization()
534 CharUnits SplitBeforeSize = VBPtrOffset - SplitBeforeOffset; in EmitNullBaseClassInitialization()
539 CharUnits SplitAfterOffset = VBPtrOffset + VBPtrWidth; in EmitNullBaseClassInitialization()
H A DCGDebugInfo.cpp2080 uint32_t VBPtrOffset = 0; in CollectCXXBasesAux() local
2094 VBPtrOffset = CGM.getContext() in CollectCXXBasesAux()
2107 VBPtrOffset, BFlags); in CollectCXXBasesAux()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DThunk.h45 uint32_t VBPtrOffset; member
112 int32_t VBPtrOffset; member
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayout.cpp72 CXXInfo->VBPtrOffset = vbptroffset; in ASTRecordLayout()
H A DMicrosoftMangle.cpp182 int32_t VBPtrOffset, uint32_t VBIndex,
188 uint32_t NVOffset, int32_t VBPtrOffset,
761 uint64_t VBPtrOffset = 0; in mangleMemberFunctionPointer() local
774 VBPtrOffset = Layout.getVBPtrOffset().getQuantity(); in mangleMemberFunctionPointer()
797 mangleNumber(VBPtrOffset); in mangleMemberFunctionPointer()
3589 if (Adjustment.Virtual.Microsoft.VBPtrOffset) { in mangleThunkThisAdjustment()
3772 uint32_t NVOffset, int32_t VBPtrOffset, uint32_t VBIndex, in mangleCXXCatchableType() argument
3804 if (VBPtrOffset == -1) { in mangleCXXCatchableType()
3810 Mangler.getStream() << VBPtrOffset; in mangleCXXCatchableType()
3816 const CXXRecordDecl *Derived, uint32_t NVOffset, int32_t VBPtrOffset, in mangleCXXRTTIBaseClassDescriptor() argument
[all …]
H A DRecordLayoutBuilder.cpp2627 CharUnits VBPtrOffset; member
2884 VBPtrOffset = Bases[BaseDecl] + BaseLayout.getNonVirtualSize(); in layoutNonVirtualBases()
2895 VBPtrOffset = Bases[BaseDecl] + BaseLayout.getNonVirtualSize(); in layoutNonVirtualBases()
2899 VBPtrOffset = CharUnits::fromQuantity(-1); in layoutNonVirtualBases()
2902 VBPtrOffset = Bases[SharedVBPtrBase] + Layout.getVBPtrOffset(); in layoutNonVirtualBases()
3088 CharUnits InjectionSite = VBPtrOffset; in injectVBPtr()
3090 VBPtrOffset = VBPtrOffset.alignTo(PointerInfo.Alignment); in injectVBPtr()
3092 CharUnits FieldStart = VBPtrOffset + PointerInfo.Size; in injectVBPtr()
3124 VBPtrOffset += Offset; in injectVFPtr()
3355 Builder.HasOwnVFPtr || Builder.PrimaryBase, Builder.VBPtrOffset, in getASTRecordLayout()
H A DVTableBuilder.cpp2895 TA.Virtual.Microsoft.VBPtrOffset = in CalculateVtordispAdjustment()
3090 ReturnAdjustment.Virtual.Microsoft.VBPtrOffset = in AddMethods()
3122 if (R.Virtual.Microsoft.VBPtrOffset) in dumpMicrosoftThunkAdjustment()
3123 Out << "vbptr at offset " << R.Virtual.Microsoft.VBPtrOffset << ", "; in dumpMicrosoftThunkAdjustment()
3138 if (T.Virtual.Microsoft.VBPtrOffset) { in dumpMicrosoftThunkAdjustment()
3139 Out << "vbptr at " << T.Virtual.Microsoft.VBPtrOffset in dumpMicrosoftThunkAdjustment()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeRecord.h893 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {} in VirtualBaseClassRecord()
898 VBPtrType(VBPtrType), VBPtrOffset(Offset), VTableIndex(Index) {} in VirtualBaseClassRecord()
903 uint64_t getVBPtrOffset() const { return VBPtrOffset; } in getVBPtrOffset()
909 uint64_t VBPtrOffset = 0; variable
/freebsd/contrib/llvm-project/llvm/include/llvm/Demangle/
H A DMicrosoftDemangleNodes.h449 int32_t VBPtrOffset = 0; member
570 int32_t VBPtrOffset = 0; member
/freebsd/contrib/llvm-project/llvm/lib/Demangle/
H A DMicrosoftDemangleNodes.cpp466 OB << "`vtordispex{" << ThisAdjust.VBPtrOffset << ", " in outputPost()
635 OB << NVOffset << ", " << VBPtrOffset << ", " << VBTableOffset << ", " in output()
H A DMicrosoftDemangle.cpp395 RBCDN->VBPtrOffset = demangleSigned(MangledName); in demangleRttiBaseClassDescriptorNode()
1925 TTN->ThisAdjust.VBPtrOffset = demangleSigned(MangledName); in demangleFunctionEncoding()
/freebsd/contrib/llvm-project/llvm/include/llvm-c/
H A DDebugInfo.h925 uint64_t BaseOffset, uint32_t VBPtrOffset,
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h309 uint64_t BaseOffset, uint32_t VBPtrOffset,
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalTypeDumper.cpp581 Base.BaseType, Base.VBPtrType, Base.VBPtrOffset, Base.VTableIndex); in visitKnownMember()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp354 uint32_t VBPtrOffset, in createInheritance() argument
358 ConstantInt::get(IntegerType::get(VMContext, 32), VBPtrOffset)); in createInheritance()
H A DDebugInfo.cpp1432 uint64_t BaseOffset, uint32_t VBPtrOffset, in LLVMDIBuilderCreateInheritance() argument
1436 BaseOffset, VBPtrOffset, map_from_llvmDIFlags(Flags))); in LLVMDIBuilderCreateInheritance()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DTypeRecordMapping.cpp717 error(IO.mapEncodedInteger(Record.VBPtrOffset, "VBPtrOffset")); in visitKnownMember()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp664 IO.mapRequired("VBPtrOffset", Record.VBPtrOffset); in map()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DCodeViewDebug.cpp2551 unsigned VBPtrOffset = I->getVBPtrOffset(); in lowerRecordFieldList() local
2559 getTypeIndex(I->getBaseType()), getVBPTypeIndex(), VBPtrOffset, in lowerRecordFieldList()