Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTableGenBackend.cpp32 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill, in printLine()
46 printLine(OS, "/*===- TableGen'erated file ", '-', "*- C++ -*-===*\\"); in emitSourceFileHeader()
49 printLine(OS, Prefix, ' ', Suffix); in emitSourceFileHeader()
55 printLine(OS, Prefix + Desc.substr(Pos, Length), ' ', Suffix); in emitSourceFileHeader()
58 printLine(OS, Prefix, ' ', Suffix); in emitSourceFileHeader()
59 printLine(OS, Prefix + "Automatically generated file, do not edit!", ' ', in emitSourceFileHeader()
64 printLine(
67 printLine(OS, Prefix, ' ', Suffix);
68 printLine(OS, "\\*===", '-', "===*/");
31 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill, printLine() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp157 P.printLine("which is part of the MSF file magic."); in explainPdbSuperBlockOffset()
159 P.printLine("which contains the block size of the file."); in explainPdbSuperBlockOffset()
163 P.printLine("which contains the index of the FPM block (e.g. 1 or 2)."); in explainPdbSuperBlockOffset()
167 P.printLine("which contains the number of blocks in the file."); in explainPdbSuperBlockOffset()
171 P.printLine("which contains the number of bytes in the stream directory."); in explainPdbSuperBlockOffset()
175 P.printLine("whose purpose is unknown."); in explainPdbSuperBlockOffset()
179 P.printLine("which contains the file offset of the block map."); in explainPdbSuperBlockOffset()
184 P.printLine( in explainPdbSuperBlockOffset()
214 P.printLine("Address is in extraneous FPM space."); in explainPdbFpmBlockOffset()
407 P.printLine("Withi in explainStreamOffset()
[all...]
H A DDumpOutputStyle.cpp590 P.printLine(" Summary |"); in dumpSymbolStats()
993 P.printLine(" RVA | Code | Locals | Params | Prolog | Saved Regs | Use " in dumpOldFpo()
1020 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 DMinimalSymbolDumper.cpp467 P.printLine("characteristics ="); in visitKnownRecord()
469 P.printLine(formatSectionCharacteristics(P.getIndentLevel(), in visitKnownRecord()
480 P.printLine("characteristics ="); in visitKnownRecord()
482 P.printLine(formatSectionCharacteristics(P.getIndentLevel(), in visitKnownRecord()
H A Dllvm-pdbutil.cpp965 Printer.printLine("There are no injected sources."); in dumpInjectedSources()
1007 Printer.printLine(IS->getCode()); in dumpInjectedSources()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h61 void printLine(const Twine &T);
64 printLine(formatv(Fmt, std::forward<Ts>(Items)...)); in formatLine()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp94 void LinePrinter::printLine(const Twine &T) { in printLine() function in LinePrinter
/freebsd/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp38 void printLine(llvm::raw_ostream &OS, const UnwrappedLine &Line, in printLine() function
59 printLine(OS, *CI, (Prefix + " ").str()); in printLine()
68 printLine(llvm::dbgs(), Line); in printDebugInfo()
96 printLine(OS, Line); in operator <<()