Home | History | Annotate | Download | only in Writer

Lines Matching defs:TypeList

192   const ValueEnumerator::TypeList &TypeList = VE.getTypes();
249 TypeVals.push_back(TypeList.size());
254 for (unsigned i = 0, e = TypeList.size(); i != e; ++i) {
255 Type *T = TypeList[i];