Searched refs:VTableLayout (Results 1 – 10 of 10) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGVTables.h | 38 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 D | CGVTT.cpp | 25 VTableLayout::AddressPointsMapTy &AddressPoints) { in GetAddrOfVTTVTable() 62 VTableLayout::AddressPointLocation AddressPoint; in EmitVTTDefinition()
|
| H A D | CGCXX.cpp | 259 const VTableLayout &VTLayout = CGM.getItaniumVTableContext().getVTableLayout(RD); in BuildAppleKextVirtualCall() 260 VTableLayout::AddressPointLocation AddressPoint = in BuildAppleKextVirtualCall()
|
| H A D | CGVTables.cpp | 701 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 D | CodeGenModule.h | 1434 const VTableLayout &VTLayout);
|
| H A D | ItaniumCXXABI.cpp | 1723 const VTableLayout &VTLayout = VTContext.getVTableLayout(RD); in emitVTableDefinitions() 1802 VTableLayout::AddressPointLocation AddressPoint = in getVTableAddressPoint() 1881 const VTableLayout &VTLayout = in getAddrOfVTable()
|
| H A D | MicrosoftCXXABI.cpp | 1728 const VTableLayout &VTLayout = in emitVTableDefinitions() 1859 const VTableLayout &VTLayout = in getAddrOfVTable()
|
| H A D | CGDebugInfo.cpp | 2296 const VTableLayout &VFTLayout = in CollectVTableInfo()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | VTableBuilder.h | 233 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 D | VTableBuilder.cpp | 789 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 …]
|