Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/
H A DVTTBuilder.h33 class VTTVTable {
38 VTTVTable() = default;
39 VTTVTable(const CXXRecordDecl *Base, CharUnits BaseOffset, bool BaseIsVirtual) in VTTVTable() function
41 VTTVTable(BaseSubobject Base, bool BaseIsVirtual) in VTTVTable() function
78 using VTTVTablesVectorTy = SmallVector<VTTVTable, 64>;
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGVTT.cpp24 const VTTVTable &VTable, in GetAddrOfVTTVTable()
53 for (const VTTVTable *i = Builder.getVTTVTables().begin(), in EmitVTTDefinition()
63 const VTTVTable &VTTVT = Builder.getVTTVTables()[i->VTableIndex]; in EmitVTTDefinition()
/freebsd-12.1/contrib/llvm/tools/clang/lib/AST/
H A DVTTBuilder.cpp197 VTTVTables.push_back(VTTVTable(Base, BaseIsVirtual)); in LayoutVTT()