Home | History | Annotate | Download | only in TableGen

Lines Matching defs:packages

104   // mapping of packages/groups to checkers.
108 std::vector<Record*> packages = Records.getAllDerivedDefinitions("Package");
109 for (unsigned i = 0, e = packages.size(); i != e; ++i) {
110 Record *R = packages[i];
152 // Insert the checker and its parent packages into the subgroups set of
165 // If a package is in group, add all its checkers and its sub-packages
167 for (unsigned i = 0, e = packages.size(); i != e; ++i)
168 if (DefInit *DI = dyn_cast<DefInit>(packages[i]->getValueInit("Group")))
169 addPackageToCheckerGroup(packages[i], DI->getDef(), recordGroupMap);
199 for (unsigned i = 0, e = packages.size(); i != e; ++i)
200 sortedPackages[getPackageFullName(packages[i])] = packages[i];
255 // Walk through the packages/groups/checkers emitting an array for each