Home | History | Annotate | Download | only in BitWriter_2_9_func

Lines Matching defs:TypeList

185   const llvm_2_9_func::ValueEnumerator::TypeList &TypeList = VE.getTypes();
242 TypeVals.push_back(TypeList.size());
247 for (unsigned i = 0, e = TypeList.size(); i != e; ++i) {
248 Type *T = TypeList[i];