Searched refs:printLine (Results 1 – 9 of 9) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/TableGen/ |
| H A D | TableGenBackend.cpp | 22 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill, in printLine() function 35 printLine(OS, "/*===- TableGen'erated file ", '-', "*- C++ -*-===*\\"); in emitSourceFileHeader() 38 printLine(OS, Prefix, ' ', Suffix); in emitSourceFileHeader() 44 printLine(OS, Prefix + Desc.substr(Pos, Length), ' ', Suffix); in emitSourceFileHeader() 47 printLine(OS, Prefix, ' ', Suffix); in emitSourceFileHeader() 48 printLine(OS, Prefix + "Automatically generated file, do not edit!", ' ', in emitSourceFileHeader() 50 printLine(OS, Prefix, ' ', Suffix); in emitSourceFileHeader() 51 printLine(OS, "\\*===", '-', "===*/"); in emitSourceFileHeader()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/ |
| H A D | ExplainOutputStyle.cpp | 158 P.printLine("which is part of the MSF file magic."); in explainPdbSuperBlockOffset() 160 P.printLine("which contains the block size of the file."); in explainPdbSuperBlockOffset() 164 P.printLine("which contains the index of the FPM block (e.g. 1 or 2)."); in explainPdbSuperBlockOffset() 168 P.printLine("which contains the number of blocks in the file."); in explainPdbSuperBlockOffset() 172 P.printLine("which contains the number of bytes in the stream directory."); in explainPdbSuperBlockOffset() 176 P.printLine("whose purpose is unknown."); in explainPdbSuperBlockOffset() 180 P.printLine("which contains the file offset of the block map."); in explainPdbSuperBlockOffset() 185 P.printLine( in explainPdbSuperBlockOffset() 215 P.printLine("Address is in extraneous FPM space."); in explainPdbFpmBlockOffset() 408 P.printLine("Within the DBI stream:"); in explainStreamOffset() [all …]
|
| H A D | DumpOutputStyle.cpp | 589 P.printLine(" Summary |"); in dumpSymbolStats() 992 P.printLine(" RVA | Code | Locals | Params | Prolog | Saved Regs | Use " in dumpOldFpo() 1019 P.printLine(" RVA | Code | Locals | Params | Stack | Prolog | Saved Regs " in dumpNewFpo() 1104 P.printLine("String Table Header:"); in dumpStringTableFromPdb() 1118 P.printLine("Hash Table:"); in dumpStringTableFromPdb() 1165 P.printLine(Entry.getKey()); in dumpNamedStreams() 1558 P.printLine("Records"); in dumpGSIRecords() 1614 P.printLine("(no matching records found)"); in dumpGlobals() 1646 P.printLine("Publics Header"); in dumpPublics() 1695 P.printLine("GSI Header"); in dumpSymbolsFromGSI() [all …]
|
| H A D | MinimalSymbolDumper.cpp | 443 P.printLine("characteristics ="); in visitKnownRecord() 445 P.printLine(formatSectionCharacteristics(P.getIndentLevel(), in visitKnownRecord() 456 P.printLine("characteristics ="); in visitKnownRecord() 458 P.printLine(formatSectionCharacteristics(P.getIndentLevel(), in visitKnownRecord()
|
| H A D | llvm-pdbutil.cpp | 967 Printer.printLine("There are no injected sources."); in dumpInjectedSources() 1009 Printer.printLine(IS->getCode()); in dumpInjectedSources()
|
| /openbsd-src/gnu/llvm/lldb/tools/lldb-test/ |
| H A D | FormatUtil.h | 47 void printLine(const llvm::Twine &T) { line() << T; } in printLine() function 49 printLine(llvm::formatv(Fmt, std::forward<Ts>(Items)...)); in formatLine()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | LinePrinter.h | 61 void printLine(const Twine &T); 64 printLine(formatv(Fmt, std::forward<Ts>(Items)...)); in formatLine()
|
| /openbsd-src/gnu/llvm/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | LinePrinter.cpp | 94 void LinePrinter::printLine(const Twine &T) { in printLine() function in LinePrinter
|
| /openbsd-src/gnu/llvm/clang/lib/Format/ |
| H A D | UnwrappedLineParser.cpp | 61 void printLine(llvm::raw_ostream &OS, const UnwrappedLine &Line, in printLine() function 82 printLine(OS, *CI, (Prefix + " ").str()); in printLine() 91 printLine(llvm::dbgs(), Line); in printDebugInfo()
|