Searched refs:AttrGrps (Results 1 – 1 of 1) sorted by relevance
256 const std::vector<AttributeSet> &AttrGrps = VE.getAttributeGroups(); in WriteAttributeGroupTable() local257 if (AttrGrps.empty()) return; in WriteAttributeGroupTable()262 for (unsigned i = 0, e = AttrGrps.size(); i != e; ++i) { in WriteAttributeGroupTable()263 AttributeSet AS = AttrGrps[i]; in WriteAttributeGroupTable()