Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/TableGen/
H A DDetailedRecordsBackend.cpp43 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
/llvm-project/mlir/tools/tblgen-to-irdl/
H A Dtblgen-to-irdl.cpp21 GenRegistration printRecords("print-records", "Print all records to stdout", variable
/llvm-project/mlir/tools/mlir-tblgen/
H A Dmlir-tblgen.cpp21 GenRegistration printRecords("print-records", "Print all records to stdout", variable
/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;
/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVReader.h326 virtual void printRecords(raw_ostream &OS) const {} in printRecords() function
/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVScope.cpp668 getReader().printRecords(*StreamSplit); in doPrint()
/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp3390 void LVLogicalVisitor::printRecords(raw_ostream &OS) const { in processNamespaces()
3396 void LVLogicalVisitor::printRecords(raw_ostream &OS) const { printRecords() function in LVLogicalVisitor