Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Defs

1711   // resolve steps after completely instantiating defs takes care of
1849 std::vector<Record*> Defs;
1852 Defs.push_back(DI->getDef());
1858 return Defs;
1985 errs() << "Defs:\n";
2004 OS << "------------- Defs -----------------\n";
2005 const std::map<std::string, Record*> &Defs = RK.getDefs();
2006 for (std::map<std::string, Record*>::const_iterator I = Defs.begin(),
2007 E = Defs.end(); I != E; ++I)
2022 std::vector<Record*> Defs;
2026 Defs.push_back(I->second);
2028 return Defs;