Searched refs:printLine (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/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()
|
| /freebsd-12.1/contrib/llvm/tools/llvm-pdbutil/ |
| H A D | ExplainOutputStyle.cpp | 156 P.printLine("which is part of the MSF file magic."); in explainPdbSuperBlockOffset() 158 P.printLine("which contains the block size of the file."); in explainPdbSuperBlockOffset() 162 P.printLine("which contains the index of the FPM block (e.g. 1 or 2)."); in explainPdbSuperBlockOffset() 166 P.printLine("which contains the number of blocks in the file."); in explainPdbSuperBlockOffset() 170 P.printLine("which contains the number of bytes in the stream directory."); in explainPdbSuperBlockOffset() 174 P.printLine("whose purpose is unknown."); in explainPdbSuperBlockOffset() 178 P.printLine("which contains the file offset of the block map."); in explainPdbSuperBlockOffset() 183 P.printLine( in explainPdbSuperBlockOffset() 213 P.printLine("Address is in extraneous FPM space."); in explainPdbFpmBlockOffset() 406 P.printLine("Within the DBI stream:"); in explainStreamOffset() [all …]
|
| H A D | LinePrinter.h | 43 void printLine(const Twine &T); 46 printLine(formatv(Fmt, std::forward<Ts>(Items)...)); in formatLine()
|
| H A D | DumpOutputStyle.cpp | 656 P.printLine(" Summary |"); in dumpSymbolStats() 1026 P.printLine(" RVA | Code | Locals | Params | Prolog | Saved Regs | Use " in dumpOldFpo() 1144 P.printLine("String Table Header:"); in dumpStringTableFromPdb() 1158 P.printLine("Hash Table:"); in dumpStringTableFromPdb() 1205 P.printLine(Entry.getKey()); in dumpNamedStreams() 1545 P.printLine("Records"); in dumpGSIRecords() 1601 P.printLine("(no matching records found)"); in dumpGlobals() 1633 P.printLine("Publics Header"); in dumpPublics() 1682 P.printLine("GSI Header"); in dumpSymbolsFromGSI() 1690 P.printLine("Records"); in dumpSymbolsFromGSI() [all …]
|
| H A D | MinimalSymbolDumper.cpp | 408 P.printLine("characteristics ="); in visitKnownRecord() 410 P.printLine(formatSectionCharacteristics(P.getIndentLevel(), in visitKnownRecord() 421 P.printLine("characteristics ="); in visitKnownRecord() 423 P.printLine(formatSectionCharacteristics(P.getIndentLevel(), in visitKnownRecord()
|
| H A D | LinePrinter.cpp | 90 void LinePrinter::printLine(const Twine &T) { in printLine() function in LinePrinter
|
| H A D | llvm-pdbutil.cpp | 931 Printer.printLine("There are no injected sources."); in dumpInjectedSources() 973 Printer.printLine(IS->getCode()); in dumpInjectedSources() 1277 Printer.printLine( in dumpPretty()
|