Home | History | Annotate | Download | only in TableGen

Lines Matching refs:DefList

118   std::vector<Record*> DefList = Records.getAllDerivedDefinitions(ClassName);
119 std::sort(DefList.begin(), DefList.end(), LessRecord());
121 unsigned N = DefList.size();
135 Record *Def = DefList[i];