Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTableGenBackend.cpp22 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()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp155 P.printLine("which is part of the MSF file magic."); in explainPdbSuperBlockOffset()
157 P.printLine("which contains the block size of the file."); in explainPdbSuperBlockOffset()
161 P.printLine("which contains the index of the FPM block (e.g. 1 or 2)."); in explainPdbSuperBlockOffset()
165 P.printLine("which contains the number of blocks in the file."); in explainPdbSuperBlockOffset()
169 P.printLine("which contains the number of bytes in the stream directory."); in explainPdbSuperBlockOffset()
173 P.printLine("whose purpose is unknown."); in explainPdbSuperBlockOffset()
177 P.printLine("which contains the file offset of the block map."); in explainPdbSuperBlockOffset()
182 P.printLine( in explainPdbSuperBlockOffset()
212 P.printLine("Address is in extraneous FPM space."); in explainPdbFpmBlockOffset()
405 P.printLine("Within the DBI stream:"); in explainStreamOffset()
[all …]
H A DLinePrinter.h42 void printLine(const Twine &T);
45 printLine(formatv(Fmt, std::forward<Ts>(Items)...)); in formatLine()
H A DDumpOutputStyle.cpp690 P.printLine(" Summary |"); in dumpSymbolStats()
1096 P.printLine(" RVA | Code | Locals | Params | Prolog | Saved Regs | Use " in dumpOldFpo()
1123 P.printLine(" RVA | Code | Locals | Params | Stack | Prolog | Saved Regs " in dumpNewFpo()
1208 P.printLine("String Table Header:"); in dumpStringTableFromPdb()
1222 P.printLine("Hash Table:"); in dumpStringTableFromPdb()
1269 P.printLine(Entry.getKey()); in dumpNamedStreams()
1653 P.printLine("Records"); in dumpGSIRecords()
1709 P.printLine("(no matching records found)"); in dumpGlobals()
1741 P.printLine("Publics Header"); in dumpPublics()
1790 P.printLine("GSI Header"); in dumpSymbolsFromGSI()
[all …]
H A DMinimalSymbolDumper.cpp437 P.printLine("characteristics ="); in visitKnownRecord()
439 P.printLine(formatSectionCharacteristics(P.getIndentLevel(), in visitKnownRecord()
450 P.printLine("characteristics ="); in visitKnownRecord()
452 P.printLine(formatSectionCharacteristics(P.getIndentLevel(), in visitKnownRecord()
H A DLinePrinter.cpp89 void LinePrinter::printLine(const Twine &T) { in printLine() function in LinePrinter
H A Dllvm-pdbutil.cpp941 Printer.printLine("There are no injected sources."); in dumpInjectedSources()
983 Printer.printLine(IS->getCode()); in dumpInjectedSources()