Searched refs:getVTTVTables (Results 1 – 2 of 2) sorted by relevance
53 for (const VTTVTable *i = Builder.getVTTVTables().begin(), in EmitVTTDefinition()54 *e = Builder.getVTTVTables().end(); i != e; ++i) { in EmitVTTDefinition()63 const VTTVTable &VTTVT = Builder.getVTTVTables()[i->VTableIndex]; in EmitVTTDefinition()
143 const VTTVTablesVectorTy &getVTTVTables() const { in getVTTVTables() function