Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Defs

1699   // resolve steps after completely instantiating defs takes care of
1837 std::vector<Record*> Defs;
1840 Defs.push_back(DI->getDef());
1846 return Defs;
1973 errs() << "Defs:\n";
1992 OS << "------------- Defs -----------------\n";
1993 const std::map<std::string, Record*> &Defs = RK.getDefs();
1994 for (std::map<std::string, Record*>::const_iterator I = Defs.begin(),
1995 E = Defs.end(); I != E; ++I)
2010 std::vector<Record*> Defs;
2014 Defs.push_back(I->second);
2016 return Defs;