HomeSort by: relevance | last modified time | path
    Searched refs:formatLine (Results 1 - 11 of 11) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
DumpOutputStyle.cpp 76 P.formatLine("Dumping this stream is not valid for object files");
81 P.formatLine("{0} stream not present", StreamName);
233 P.formatLine("{0,=60}", S);
234 P.formatLine("{0}", fmt_repeat('=', 60));
248 P.formatLine("Block Size: {0}", getPdb().getBlockSize());
249 P.formatLine("Number of blocks: {0}", getPdb().getBlockCount());
250 P.formatLine("Number of streams: {0}", getPdb().getNumStreams());
253 P.formatLine("Signature: {0}", PS.getSignature());
254 P.formatLine("Age: {0}", PS.getAge());
255 P.formatLine("GUID: {0}", fmt_guid(PS.getGuid().Guid))
    [all...]
MinimalSymbolDumper.cpp 358 // formatLine puts the newline at the beginning, so we use formatLine here
361 P.formatLine("{0} | {1} [size = {2}]",
401 P.formatLine("parent = {0}, end = {1}", Block.Parent, Block.End);
402 P.formatLine("code size = {0}, addr = {1}", Block.CodeSize,
410 P.formatLine("parent = {0}, end = {1}, next = {2}", Thunk.Parent, Thunk.End,
412 P.formatLine("kind = {0}, size = {1}, addr = {2}",
422 P.formatLine("type = {0}, size = {1}, source = {2}, target = {3}",
434 P.formatLine("length = {0}, alignment = {1}, rva = {2}, section # = {3}",
448 P.formatLine("length = {0}, addr = {1}", CG.Size
    [all...]
MinimalTypeDumper.cpp 223 // formatLine puts the newline at the beginning, so we use formatLine here
226 P.formatLine("{0} | {1} [size = {2}",
268 P.formatLine("- {0}", formatTypeLeafKind(Record.Kind));
310 P.formatLine("{0}: `{1}`", fmt_align(I, AlignStyle::Right, W),
325 P.formatLine("{0}: `{1}`", fmt_align(I, AlignStyle::Right, W),
334 P.formatLine("unique name: `{0}`", Class.UniqueName);
335 P.formatLine("vtable: {0}, base list: {1}, field list: {2}",
337 P.formatLine("options: {0}, sizeof {1}",
348 P.formatLine("unique name: `{0}`", Union.UniqueName)
    [all...]
ExplainOutputStyle.cpp 35 P.formatLine("Explaining file offset {0} of file '{1}'.", FileOffset,
136 P.formatLine("Address {0} is not in the file (file size = {1}).",
140 P.formatLine("Block:Offset = {2:X-}:{1:X-4}.", FileOffset, pdbBlockOffset(),
144 P.formatLine("Address is in block {0} ({1}allocated).", pdbBlockIndex(),
152 P.formatLine("This corresponds to offset {0} of the MSF super block, ",
158 P.formatLine("The current value is {0}.",
162 P.formatLine("The current value is {0}.",
166 P.formatLine("The current value is {0}.",
170 P.formatLine("The current value is {0}.",
174 P.formatLine("The current value is {0}."
    [all...]
BytesOutputStyle.cpp 70 P.formatLine("Error parsing stream spec {0}: {1}", Str,
81 P.formatLine("{0,=60}", S);
82 P.formatLine("{0}", fmt_repeat('=', 60));
217 P.formatLine("Could not get block {0}. Reason = {1}", I,
311 P.formatLine("Error: TypeIndex {0} does not exist", TI);
328 P.formatLine("Mod {0:4} | Invalid module index ",
334 P.formatLine("Mod {0:4} | `{1}`: ",
346 P.formatLine("Could not parse debug information.");
358 P.formatLine("DBI Stream not present");
484 P.formatLine("Stream {0}: Not present", Spec.SI)
    [all...]
LinePrinter.cpp 179 formatLine("Stream {0}: Not present", StreamIdx);
183 formatLine(
192 formatLine("Stream {0}: Not present", StreamIdx);
200 formatLine("Stream {0}: {1} (dumping {2:N} / {3:N} bytes)", StreamIdx,
LinePrinter.h 44 template <typename... Ts> void formatLine(const char *Fmt, Ts &&... Items) {
InputFile.cpp 127 Printer.formatLine(std::forward<Args>(args)...);
llvm-pdbutil.cpp 1117 Printer.formatLine("[not found] - {0}", Name);
1120 Printer.formatLine("[{0} occurrences] - {1}", Symbols->getChildCount(),
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/gcc/
backtrace.d 241 msg = formatLine(sym.symbol, buffer);
373 auto msg = formatLine(_framelist.symbols[i], buffer);
494 char[] formatLine(const SymbolInfo sym, return ref char[MAX_BUFSIZE] buffer)
549 result = formatLine(symbol, sbuf);
553 result = formatLine(symbol, sbuf);
557 result = formatLine(symbol, sbuf);
561 result = formatLine(symbol, sbuf);
565 result = formatLine(symbol, sbuf);
569 result = formatLine(symbol, sbuf);
573 result = formatLine(symbol, sbuf)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/Format/
UnwrappedLineFormatter.cpp 789 virtual unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent,
862 formatLine(*Child, State.Column + 1, /*FirstStartColumn=*/0, DryRun);
887 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent,
913 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent,
938 unsigned formatLine(const AnnotatedLine &Line, unsigned FirstIndent,
1176 .formatLine(TheLine, NextStartColumn + Indent,
1180 .formatLine(TheLine, NextStartColumn + Indent,
1184 .formatLine(TheLine, NextStartColumn + Indent,

Completed in 22 milliseconds