Home | History | Annotate | Download | only in TableGen

Lines Matching defs:Classes

10 // Implement the tablegen record classes.
1398 /// resolveReferences - This method is used by classes that refer to other
2028 OS << "------------- Classes -----------------\n";
2029 const std::map<std::string, Record*> &Classes = RK.getClasses();
2030 for (std::map<std::string, Record*>::const_iterator I = Classes.begin(),
2031 E = Classes.end(); I != E; ++I)