Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/TableGen/
H A DTableGenBackend.cpp32 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill, in printLine() function
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( in emitSourceFileHeader()
67 printLine(OS, Prefix, ' ', Suffix); in emitSourceFileHeader()
68 printLine(OS, "\\*===", '-', "===*/"); in emitSourceFileHeader()
/freebsd-14.2/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("Within the DBI stream:"); 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()
1105 P.printLine("String Table Header:"); in dumpStringTableFromPdb()
1119 P.printLine("Hash Table:"); in dumpStringTableFromPdb()
1166 P.printLine(Entry.getKey()); in dumpNamedStreams()
1559 P.printLine("Records"); in dumpGSIRecords()
1615 P.printLine("(no matching records found)"); in dumpGlobals()
1647 P.printLine("Publics Header"); in dumpPublics()
1696 P.printLine("GSI Header"); in dumpSymbolsFromGSI()
1704 P.printLine("Records"); in dumpSymbolsFromGSI()
[all …]
H A DMinimalSymbolDumper.cpp463 P.printLine("characteristics ="); in visitKnownRecord()
465 P.printLine(formatSectionCharacteristics(P.getIndentLevel(), in visitKnownRecord()
476 P.printLine("characteristics ="); in visitKnownRecord()
478 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-14.2/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-14.2/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DLinePrinter.cpp94 void LinePrinter::printLine(const Twine &T) { in printLine() function in LinePrinter
/freebsd-14.2/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineParser.cpp38 void printLine(llvm::raw_ostream &OS, const UnwrappedLine &Line, in printLine() function
58 printLine(OS, *CI, (Prefix + " ").str()); in printLine()
67 printLine(llvm::dbgs(), Line); in printDebugInfo()