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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/TableGen/
H A DTableGenBackend.cpp22 static void printLine(raw_ostream &OS, const Twine &Prefix, char Fill, function
35 printLine(OS, "/*===- TableGen'erated file ", '-', "*- C++ -*-===*\\");
38 printLine(OS, Prefix, ' ', Suffix);
44 printLine(OS, Prefix + Desc.substr(Pos, Length), ' ', Suffix);
47 printLine(OS, Prefix, ' ', Suffix);
48 printLine(OS, Prefix + "Automatically generated file, do not edit!", ' ',
50 printLine(OS, Prefix, ' ', Suffix);
51 printLine(OS, "\\*===", '-', "===*/");
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
H A DExplainOutputStyle.cpp155 P.printLine("which is part of the MSF file magic.");
157 P.printLine("which contains the block size of the file.");
161 P.printLine("which contains the index of the FPM block (e.g. 1 or 2).");
165 P.printLine("which contains the number of blocks in the file.");
169 P.printLine("which contains the number of bytes in the stream directory.");
173 P.printLine("whose purpose is unknown.");
177 P.printLine("which contains the file offset of the block map.");
182 P.printLine(
212 P.printLine("Address is in extraneous FPM space.");
405 P.printLine("Withi
[all...]
H A DLinePrinter.h42 void printLine(const Twine &T);
45 printLine(formatv(Fmt, std::forward<Ts>(Items)...));
H A DDumpOutputStyle.cpp690 P.printLine(" Summary |");
1096 P.printLine(" RVA | Code | Locals | Params | Prolog | Saved Regs | Use "
1123 P.printLine(" RVA | Code | Locals | Params | Stack | Prolog | Saved Regs "
1208 P.printLine("String Table Header:");
1222 P.printLine("Hash Table:");
1269 P.printLine(Entry.getKey());
1653 P.printLine("Records");
1709 P.printLine("(no matching records found)");
1741 P.printLine("Publics Header");
1790 P.printLine("GS
[all...]
H A DMinimalSymbolDumper.cpp437 P.printLine("characteristics =");
439 P.printLine(formatSectionCharacteristics(P.getIndentLevel(),
450 P.printLine("characteristics =");
452 P.printLine(formatSectionCharacteristics(P.getIndentLevel(),
H A DLinePrinter.cpp89 void LinePrinter::printLine(const Twine &T) { function in class:LinePrinter
H A Dllvm-pdbutil.cpp941 Printer.printLine("There are no injected sources.");
983 Printer.printLine(IS->getCode());

Completed in 286 milliseconds