Searched refs:VTTVTable (Results 1 – 3 of 3) sorted by relevance
32 class VTTVTable {37 VTTVTable() = default;38 VTTVTable(const CXXRecordDecl *Base, CharUnits BaseOffset, bool BaseIsVirtual) in VTTVTable() function40 VTTVTable(BaseSubobject Base, bool BaseIsVirtual) in VTTVTable() function77 using VTTVTablesVectorTy = SmallVector<VTTVTable, 64>;
23 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()
196 VTTVTables.push_back(VTTVTable(Base, BaseIsVirtual)); in LayoutVTT()