Searched refs:VTableLayout (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/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, 153 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 | 715 const VTableLayout &layout, in addVTableComponent() 839 llvm::Type *CodeGenVTables::getVTableType(const VTableLayout &layout) { in getVTableType() 849 const VTableLayout &layout, in createVTableInitializer() 879 std::unique_ptr<VTableLayout> VTLayout( in GenerateConstructionVTable() 1288 const VTableLayout &VTLayout) { in EmitVTableTypeMetadata()
|
| H A D | CodeGenModule.h | 1450 const VTableLayout &VTLayout);
|
| H A D | ItaniumCXXABI.cpp | 1712 const VTableLayout &VTLayout = VTContext.getVTableLayout(RD); in emitVTableDefinitions() 1794 VTableLayout::AddressPointLocation AddressPoint = in getVTableAddressPoint() 1873 const VTableLayout &VTLayout = in getAddrOfVTable()
|
| H A D | MicrosoftCXXABI.cpp | 1733 const VTableLayout &VTLayout = in emitVTableDefinitions() 1864 const VTableLayout &VTLayout = in getAddrOfVTable()
|
| H A D | CGDebugInfo.cpp | 2306 const VTableLayout &VFTLayout = in CollectVTableInfo()
|
| /openbsd-src/gnu/llvm/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,
|
| /openbsd-src/gnu/llvm/clang/lib/AST/ |
| H A D | VTableBuilder.cpp | 790 typedef VTableLayout::AddressPointsMapTy AddressPointsMapTy; 1704 VTableLayout::AddressPointLocation{ in LayoutPrimaryAndSecondaryVTables() 2212 static VTableLayout::AddressPointsIndexMapTy 2213 MakeAddressPointIndices(const VTableLayout::AddressPointsMapTy &addressPoints, in MakeAddressPointIndices() 2215 VTableLayout::AddressPointsIndexMapTy indexMap(numVTables); in MakeAddressPointIndices() 2239 VTableLayout::VTableLayout(ArrayRef<size_t> VTableIndices, in VTableLayout() function in VTableLayout 2251 llvm::sort(this->VTableThunks, [](const VTableLayout::VTableThunkTy &LHS, in VTableLayout() 2252 const VTableLayout::VTableThunkTy &RHS) { in VTableLayout() 2259 VTableLayout::~VTableLayout() { } in ~VTableLayout() 2314 static std::unique_ptr<VTableLayout> [all …]
|