Home
last modified time | relevance | path

Searched refs:VTableLayout (Results 1 – 10 of 10) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTables.h38 typedef VTableLayout::AddressPointsMapTy VTableAddressPointsMapTy;
65 const VTableLayout &layout, unsigned componentIndex,
86 const VTableLayout &layout, llvm::Constant *rtti,
143 llvm::Type *getVTableType(const VTableLayout &layout);
H A DCGVTT.cpp25 VTableLayout::AddressPointsMapTy &AddressPoints) { in GetAddrOfVTTVTable()
62 VTableLayout::AddressPointLocation AddressPoint; in EmitVTTDefinition()
H A DCGCXX.cpp257 const VTableLayout &VTLayout = CGM.getItaniumVTableContext().getVTableLayout(RD); in BuildAppleKextVirtualCall()
258 VTableLayout::AddressPointLocation AddressPoint = in BuildAppleKextVirtualCall()
H A DCGVTables.cpp717 const VTableLayout &layout, in addVTableComponent()
853 llvm::Type *CodeGenVTables::getVTableType(const VTableLayout &layout) { in getVTableType()
863 const VTableLayout &layout, in createVTableInitializer()
893 std::unique_ptr<VTableLayout> VTLayout( in GenerateConstructionVTable()
1307 const VTableLayout &VTLayout) { in EmitVTableTypeMetadata()
H A DCodeGenModule.h1449 const VTableLayout &VTLayout);
H A DItaniumCXXABI.cpp1805 const VTableLayout &VTLayout = VTContext.getVTableLayout(RD); in emitVTableDefinitions()
1887 VTableLayout::AddressPointLocation AddressPoint = in getVTableAddressPoint()
1966 const VTableLayout &VTLayout = in getAddrOfVTable()
H A DMicrosoftCXXABI.cpp1751 const VTableLayout &VTLayout = in emitVTableDefinitions()
1882 const VTableLayout &VTLayout = in getAddrOfVTable()
H A DCGDebugInfo.cpp2418 const VTableLayout &VFTLayout = in CollectVTableInfo()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h233 class VTableLayout {
266 VTableLayout(ArrayRef<size_t> VTableIndices,
270 ~VTableLayout();
372 std::unique_ptr<const VTableLayout>>
403 const VTableLayout &getVTableLayout(const CXXRecordDecl *RD) { in getVTableLayout()
410 std::unique_ptr<VTableLayout> createConstructionVTableLayout(
559 typedef llvm::DenseMap<VFTableIdTy, std::unique_ptr<const VTableLayout>>
586 const VTableLayout &getVFTableLayout(const CXXRecordDecl *RD,
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DVTableBuilder.cpp794 typedef VTableLayout::AddressPointsMapTy AddressPointsMapTy;
1711 VTableLayout::AddressPointLocation{ in LayoutPrimaryAndSecondaryVTables()
2215 static VTableLayout::AddressPointsIndexMapTy
2242 VTableLayout::VTableLayout(ArrayRef<size_t> VTableIndices, in VTableLayout() function in VTableLayout
2262 VTableLayout::~VTableLayout() { } in ~VTableLayout()
2317 static std::unique_ptr<VTableLayout>
2319 SmallVector<VTableLayout::VTableThunkTy, 1> in CreateVTableLayout()
2322 return std::make_unique<VTableLayout>( in CreateVTableLayout()
2365 std::unique_ptr<VTableLayout>
3627 VFTableLayouts[id] = std::make_unique<VTableLayout>( in computeVTableRelatedInformation()
[all …]