Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.cpp699 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 DCodeGenModule.h1386 const VTableLayout &VTLayout);
H A DItaniumCXXABI.cpp1744 const VTableLayout &VTLayout = VTContext.getVTableLayout(RD); in emitVTableDefinitions()
1823 VTableLayout::AddressPointLocation AddressPoint = in getVTableAddressPoint()
1901 const VTableLayout &VTLayout = in getAddrOfVTable()
H A DMicrosoftCXXABI.cpp1721 const VTableLayout &VTLayout = in emitVTableDefinitions()
1852 const VTableLayout &VTLayout = in getAddrOfVTable()
H A DCGDebugInfo.cpp2188 const VTableLayout &VFTLayout = in CollectVTableInfo()
/netbsd-src/external/apache2/llvm/dist/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,
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DVTableBuilder.cpp788 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 …]