Home | History | Annotate | Download | only in BitWriter_3_2

Lines Matching defs:TypeList

190   const llvm_3_2::ValueEnumerator::TypeList &TypeList = VE.getTypes();
247 TypeVals.push_back(TypeList.size());
252 for (unsigned i = 0, e = TypeList.size(); i != e; ++i) {
253 Type *T = TypeList[i];