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