Searched refs:printRecords (Results 1 – 8 of 8) sorted by relevance
43 void printRecords(raw_ostream &OS);58 printRecords(OS);98 void DetailedRecordsEmitter::printRecords(raw_ostream &OS) {100 void DetailedRecordsEmitter::printRecords(raw_ostream &OS) { printRecords() function in DetailedRecordsEmitter
21 GenRegistration printRecords("print-records", "Print all records to stdout", variable
224 void printRecords(raw_ostream &OS) const override {225 LogicalVisitor.printRecords(OS);
368 void printRecords(raw_ostream &OS) const;
326 virtual void printRecords(raw_ostream &OS) const {} in printRecords() function
668 getReader().printRecords(*StreamSplit); in doPrint()
3390 void LVLogicalVisitor::printRecords(raw_ostream &OS) const { in processNamespaces() 3396 void LVLogicalVisitor::printRecords(raw_ostream &OS) const { printRecords() function in LVLogicalVisitor