Searched refs:TYs (Results 1 – 4 of 4) sorted by relevance
107 return make_range(TYs.begin(), TYs.end()); in types()117 unsigned type_count() const { return TYs.size(); } in type_count()124 SmallVector<DIType *, 8> TYs; variable
48 TYs.clear(); in reset()195 TYs.push_back(const_cast<DIType *>(DT)); in addType()
833 iterator type_begin() const { return TYs.begin(); } in type_begin()834 iterator type_end() const { return TYs.end(); } in type_end()839 unsigned type_count() const { return TYs.size(); } in type_count()845 SmallVector<MDNode *, 8> TYs; // Types variable
1065 TYs.push_back(DT); in addType()