Searched refs:VTTVTable (Results 1 – 3 of 3) sorted by relevance
33 class VTTVTable {38 VTTVTable() = default;39 VTTVTable(const CXXRecordDecl *Base, CharUnits BaseOffset, bool BaseIsVirtual) in VTTVTable() function41 VTTVTable(BaseSubobject Base, bool BaseIsVirtual) in VTTVTable() function78 using VTTVTablesVectorTy = SmallVector<VTTVTable, 64>;
24 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()
197 VTTVTables.push_back(VTTVTable(Base, BaseIsVirtual)); in LayoutVTT()