Home | History | Annotate | Download | only in TableGen

Lines Matching refs:UnitList

763     const std::vector<Record*> &UnitList =
767 << " [" << UnitList.size() << " units]:");
772 for (unsigned j = 0, M = UnitList.size(); j < M; ++j) {
774 std::string UnitName = UnitList[j]->getName();