Searched refs:VTableLayout (Results 1 – 7 of 7) sorted by relevance
/external/clang/include/clang/AST/ |
D | VTableBuilder.h | 219 class VTableLayout { 244 VTableLayout(uint64_t NumVTableComponents, 250 ~VTableLayout(); 342 typedef llvm::DenseMap<const CXXRecordDecl *, const VTableLayout *> 363 const VTableLayout &getVTableLayout(const CXXRecordDecl *RD) { in getVTableLayout() 370 VTableLayout * 512 typedef llvm::DenseMap<VFTableIdTy, const VTableLayout *> VFTableLayoutMapTy; 539 const VTableLayout &getVFTableLayout(const CXXRecordDecl *RD,
|
/external/clang/lib/AST/ |
D | VTableBuilder.cpp | 2206 VTableLayout::VTableLayout(uint64_t NumVTableComponents, in VTableLayout() function in VTableLayout 2224 [](const VTableLayout::VTableThunkTy &LHS, in VTableLayout() 2225 const VTableLayout::VTableThunkTy &RHS) { in VTableLayout() 2232 VTableLayout::~VTableLayout() { } in ~VTableLayout() 2283 static VTableLayout *CreateVTableLayout(const ItaniumVTableBuilder &Builder) { in CreateVTableLayout() 2284 SmallVector<VTableLayout::VTableThunkTy, 1> in CreateVTableLayout() 2287 return new VTableLayout(Builder.getNumVTableComponents(), in CreateVTableLayout() 2297 const VTableLayout *&Entry = VTableLayouts[RD]; in computeVTableRelatedInformation() 2333 VTableLayout *ItaniumVTableContext::createConstructionVTableLayout( in createConstructionVTableLayout() 3579 const VTableLayout::AddressPointsMapTy EmptyAddressPointsMap; in computeVTableRelatedInformation() [all …]
|
/external/clang/lib/CodeGen/ |
D | CGVTables.h | 66 unsigned NumComponents, const VTableLayout::VTableThunkTy *VTableThunks,
|
D | CGVTables.cpp | 525 unsigned NumComponents, const VTableLayout::VTableThunkTy *VTableThunks, in CreateVTableInitializer() 668 std::unique_ptr<VTableLayout> VTLayout( in GenerateConstructionVTable() 941 const VTableLayout &VTLayout) { in EmitVTableTypeMetadata()
|
D | CodeGenModule.h | 1123 const VTableLayout &VTLayout);
|
D | ItaniumCXXABI.cpp | 1455 const VTableLayout &VTLayout = VTContext.getVTableLayout(RD); in emitVTableDefinitions()
|
D | MicrosoftCXXABI.cpp | 1560 const VTableLayout &VTLayout = in emitVTableDefinitions()
|