Searched refs:VTableLayout (Results 1 – 10 of 10) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGVTables.h | 38 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 D | CGVTT.cpp | 25 VTableLayout::AddressPointsMapTy &AddressPoints) { in GetAddrOfVTTVTable() 62 VTableLayout::AddressPointLocation AddressPoint; in EmitVTTDefinition()
|
| H A D | CGCXX.cpp | 257 const VTableLayout &VTLayout = CGM.getItaniumVTableContext().getVTableLayout(RD); in BuildAppleKextVirtualCall() 258 VTableLayout::AddressPointLocation AddressPoint = in BuildAppleKextVirtualCall()
|
| H A D | CGVTables.cpp | 717 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 D | CodeGenModule.h | 1449 const VTableLayout &VTLayout);
|
| H A D | ItaniumCXXABI.cpp | 1805 const VTableLayout &VTLayout = VTContext.getVTableLayout(RD); in emitVTableDefinitions() 1887 VTableLayout::AddressPointLocation AddressPoint = in getVTableAddressPoint() 1966 const VTableLayout &VTLayout = in getAddrOfVTable()
|
| H A D | MicrosoftCXXABI.cpp | 1751 const VTableLayout &VTLayout = in emitVTableDefinitions() 1882 const VTableLayout &VTLayout = in getAddrOfVTable()
|
| H A D | CGDebugInfo.cpp | 2418 const VTableLayout &VFTLayout = in CollectVTableInfo()
|
| /freebsd-14.2/contrib/llvm-project/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>> 586 const VTableLayout &getVFTableLayout(const CXXRecordDecl *RD,
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | VTableBuilder.cpp | 794 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 …]
|