Home | History | Annotate | Download | only in TableGen

Lines Matching refs:records

33   RecordKeeper &Records;
36 DiagGroupParentMap(RecordKeeper &records) : Records(records) {
38 = Records.getAllDerivedDefinitions("DiagGroup");
88 RecordKeeper &Records;
92 DiagCategoryIDMap(RecordKeeper &records) : Records(records) {
93 DiagGroupParentMap ParentInfo(Records);
100 Records.getAllDerivedDefinitions("Diagnostic");
176 Records.getAllDerivedDefinitions("Diagnostic");
179 = Records.getAllDerivedDefinitions("DiagGroup");
184 DiagCategoryIDMap CategoryIDs(Records);
185 DiagGroupParentMap DGParentMap(Records);
261 DiagGroupParentMap DGParentMap(Records);
264 Records.getAllDerivedDefinitions("Diagnostic");
267 = Records.getAllDerivedDefinitions("DiagGroup");
333 DiagCategoryIDMap CategoriesByID(Records);
369 Records.getAllDerivedDefinitions("Diagnostic");