Home
last modified time | relevance | path

Searched refs:VTTVTable (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DVTTBuilder.h32 class VTTVTable {
37 VTTVTable() = default;
38 VTTVTable(const CXXRecordDecl *Base, CharUnits BaseOffset, bool BaseIsVirtual) in VTTVTable() function
40 VTTVTable(BaseSubobject Base, bool BaseIsVirtual) in VTTVTable() function
77 using VTTVTablesVectorTy = SmallVector<VTTVTable, 64>;
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGVTT.cpp23 const VTTVTable &VTable, in GetAddrOfVTTVTable()
50 for (const VTTVTable *i = Builder.getVTTVTables().begin(), in EmitVTTDefinition()
60 const VTTVTable &VTTVT = Builder.getVTTVTables()[i->VTableIndex]; in EmitVTTDefinition()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DVTTBuilder.cpp196 VTTVTables.push_back(VTTVTable(Base, BaseIsVirtual)); in LayoutVTT()