Lines Matching full:records
43 void PrintRecords(RecordKeeper &Records, raw_ostream &OS) { in PrintRecords() argument
44 OS << Records; // No argument, dump all contents in PrintRecords()
47 void PrintEnums(RecordKeeper &Records, raw_ostream &OS) { in PrintEnums() argument
48 for (Record *Rec : Records.getAllDerivedDefinitions(Class)) in PrintEnums()
53 void PrintSets(RecordKeeper &Records, raw_ostream &OS) { in PrintSets() argument
56 for (Record *Rec : Records.getAllDerivedDefinitions("Set")) { in PrintSets()
67 {"print-records", PrintRecords, "Print all records to stdout (default)",
69 {"print-detailed-records", EmitDetailedRecords,
70 "Print full details of all records to stdout"},
71 {"null-backend", [](RecordKeeper &Records, raw_ostream &OS) {}, in __anon20f91a9d0202()
73 {"dump-json", EmitJSON, "Dump all records as machine-readable JSON"},