Searched refs:VTTVTable (Results 1 – 3 of 3) sorted by relevance
28 class VTTVTable {33 VTTVTable() {} in VTTVTable() function34 VTTVTable(const CXXRecordDecl *Base, CharUnits BaseOffset, bool BaseIsVirtual) in VTTVTable() function36 VTTVTable(BaseSubobject Base, bool BaseIsVirtual) in VTTVTable() function74 typedef SmallVector<VTTVTable, 64> VTTVTablesVectorTy;
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()
193 VTTVTables.push_back(VTTVTable(Base, BaseIsVirtual)); in LayoutVTT()