Lines Matching full:records
1 //===- DetailedRecordBackend.cpp - Detailed Records Report -*- C++ -*-===//
10 // variables, classes, and records in complete detail. It includes more
33 const RecordKeeper &Records;
36 explicit DetailedRecordsEmitter(const RecordKeeper &RK) : Records(RK) {}
64 OS << formatv("DETAILED RECORDS for file {0}\n", Records.getInputFilename());
75 const auto GlobalList = Records.getGlobals();
85 const auto &ClassList = Records.getClasses();
97 // Print the records, including the defm sequences, supercasses, and fields.
99 const auto &RecordList = Records.getDefs();
100 printSectionHeading("Records", RecordList.size(), OS);
115 Records.dumpAllocationStats(OS);