Home
last modified time | relevance | path

Searched refs:printRecords (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Basic/
H A DTableGen.cpp35 static void printRecords(const RecordKeeper &Records, raw_ostream &OS) { in printRecords() function
59 {"print-records", printRecords, "Print all records to stdout (default)",
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DDetailedRecordsBackend.cpp43 void printRecords(raw_ostream &OS);
58 printRecords(OS); in run()
98 void DetailedRecordsEmitter::printRecords(raw_ostream &OS) { in printRecords() function in DetailedRecordsEmitter
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.h224 void printRecords(raw_ostream &OS) const override {
225 LogicalVisitor.printRecords(OS);
H A DLVCodeViewVisitor.h368 void printRecords(raw_ostream &OS) const;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h353 virtual void printRecords(raw_ostream &OS) const {} in printRecords() function
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp675 getReader().printRecords(*StreamSplit); in doPrint()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp3392 void LVLogicalVisitor::printRecords(raw_ostream &OS) const { in printRecords() function in LVLogicalVisitor