Searched refs:printRecords (Results 1 – 7 of 7) sorted by relevance
35 static void printRecords(const RecordKeeper &Records, raw_ostream &OS) { in printRecords() function59 {"print-records", printRecords, "Print all records to stdout (default)",
43 void printRecords(raw_ostream &OS);58 printRecords(OS); in run()98 void DetailedRecordsEmitter::printRecords(raw_ostream &OS) { in printRecords() function in DetailedRecordsEmitter
224 void printRecords(raw_ostream &OS) const override {225 LogicalVisitor.printRecords(OS);
368 void printRecords(raw_ostream &OS) const;
353 virtual void printRecords(raw_ostream &OS) const {} in printRecords() function
675 getReader().printRecords(*StreamSplit); in doPrint()
3392 void LVLogicalVisitor::printRecords(raw_ostream &OS) const { in printRecords() function in LVLogicalVisitor