Searched refs:VTableLayout (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/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 | 699 const VTableLayout &layout, in addVTableComponent() 823 llvm::Type *CodeGenVTables::getVTableType(const VTableLayout &layout) { in getVTableType() 833 const VTableLayout &layout, in createVTableInitializer() 863 std::unique_ptr<VTableLayout> VTLayout( in GenerateConstructionVTable() 1251 const VTableLayout &VTLayout) { in EmitVTableTypeMetadata()
|
H A D | CodeGenModule.h | 1386 const VTableLayout &VTLayout);
|
H A D | ItaniumCXXABI.cpp | 1744 const VTableLayout &VTLayout = VTContext.getVTableLayout(RD); in emitVTableDefinitions() 1823 VTableLayout::AddressPointLocation AddressPoint = in getVTableAddressPoint() 1901 const VTableLayout &VTLayout = in getAddrOfVTable()
|
H A D | MicrosoftCXXABI.cpp | 1721 const VTableLayout &VTLayout = in emitVTableDefinitions() 1852 const VTableLayout &VTLayout = in getAddrOfVTable()
|
H A D | CGDebugInfo.cpp | 2188 const VTableLayout &VFTLayout = in CollectVTableInfo()
|
/netbsd-src/external/apache2/llvm/dist/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,
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
H A D | VTableBuilder.cpp | 788 typedef VTableLayout::AddressPointsMapTy AddressPointsMapTy; 1703 VTableLayout::AddressPointLocation{ in LayoutPrimaryAndSecondaryVTables() 2211 static VTableLayout::AddressPointsIndexMapTy 2212 MakeAddressPointIndices(const VTableLayout::AddressPointsMapTy &addressPoints, in MakeAddressPointIndices() 2214 VTableLayout::AddressPointsIndexMapTy indexMap(numVTables); in MakeAddressPointIndices() 2238 VTableLayout::VTableLayout(ArrayRef<size_t> VTableIndices, in VTableLayout() function in VTableLayout 2250 llvm::sort(this->VTableThunks, [](const VTableLayout::VTableThunkTy &LHS, in VTableLayout() 2251 const VTableLayout::VTableThunkTy &RHS) { in VTableLayout() 2258 VTableLayout::~VTableLayout() { } in ~VTableLayout() 2313 static std::unique_ptr<VTableLayout> [all …]
|