Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGVTables.h38 typedef VTableLayout::AddressPointsMapTy VTableAddressPointsMapTy;
65 const VTableLayout &layout, unsigned componentIndex,
96 const VTableLayout &layout, llvm::Constant *rtti,
149 llvm::Type *getVTableType(const VTableLayout &layout);
H A DCGVTT.cpp25 VTableLayout::AddressPointsMapTy &AddressPoints) { in GetAddrOfVTTVTable()
62 VTableLayout::AddressPointLocation AddressPoint; in EmitVTTDefinition()
H A DCGCXX.cpp259 const VTableLayout &VTLayout = CGM.getItaniumVTableContext().getVTableLayout(RD); in BuildAppleKextVirtualCall()
260 VTableLayout::AddressPointLocation AddressPoint = in BuildAppleKextVirtualCall()
H A DCGVTables.cpp701 const VTableLayout &layout, in addVTableComponent()
825 llvm::Type *CodeGenVTables::getVTableType(const VTableLayout &layout) { in getVTableType()
835 const VTableLayout &layout, in createVTableInitializer()
865 std::unique_ptr<VTableLayout> VTLayout( in GenerateConstructionVTable()
1253 const VTableLayout &VTLayout) { in EmitVTableTypeMetadata()
H A DCodeGenModule.h1434 const VTableLayout &VTLayout);
H A DItaniumCXXABI.cpp1723 const VTableLayout &VTLayout = VTContext.getVTableLayout(RD); in emitVTableDefinitions()
1802 VTableLayout::AddressPointLocation AddressPoint = in getVTableAddressPoint()
1881 const VTableLayout &VTLayout = in getAddrOfVTable()
H A DMicrosoftCXXABI.cpp1728 const VTableLayout &VTLayout = in emitVTableDefinitions()
1859 const VTableLayout &VTLayout = in getAddrOfVTable()
H A DCGDebugInfo.cpp2296 const VTableLayout &VFTLayout = in CollectVTableInfo()
/llvm-project-15.0.7/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>>
588 const VTableLayout &getVFTableLayout(const CXXRecordDecl *RD,
/llvm-project-15.0.7/clang/lib/AST/
H A DVTableBuilder.cpp789 typedef VTableLayout::AddressPointsMapTy AddressPointsMapTy;
1703 VTableLayout::AddressPointLocation{ in LayoutPrimaryAndSecondaryVTables()
2211 static VTableLayout::AddressPointsIndexMapTy
2238 VTableLayout::VTableLayout(ArrayRef<size_t> VTableIndices, in VTableLayout() function in VTableLayout
2258 VTableLayout::~VTableLayout() { } in ~VTableLayout()
2313 static std::unique_ptr<VTableLayout>
2315 SmallVector<VTableLayout::VTableThunkTy, 1> in CreateVTableLayout()
2318 return std::make_unique<VTableLayout>( in CreateVTableLayout()
2361 std::unique_ptr<VTableLayout>
3623 VFTableLayouts[id] = std::make_unique<VTableLayout>( in computeVTableRelatedInformation()
[all …]