Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DVTableBuilder.h219 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/
DVTableBuilder.cpp2206 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/
DCGVTables.h66 unsigned NumComponents, const VTableLayout::VTableThunkTy *VTableThunks,
DCGVTables.cpp525 unsigned NumComponents, const VTableLayout::VTableThunkTy *VTableThunks, in CreateVTableInitializer()
668 std::unique_ptr<VTableLayout> VTLayout( in GenerateConstructionVTable()
941 const VTableLayout &VTLayout) { in EmitVTableTypeMetadata()
DCodeGenModule.h1123 const VTableLayout &VTLayout);
DItaniumCXXABI.cpp1455 const VTableLayout &VTLayout = VTContext.getVTableLayout(RD); in emitVTableDefinitions()
DMicrosoftCXXABI.cpp1560 const VTableLayout &VTLayout = in emitVTableDefinitions()