Home
last modified time | relevance | path

Searched refs:getIndentLevel (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp469 P.printLine(formatSectionCharacteristics(P.getIndentLevel(), in visitKnownRecord()
482 P.printLine(formatSectionCharacteristics(P.getIndentLevel(), in visitKnownRecord()
528 formatLocalSymFlags(P.getIndentLevel() + 9, FS.Flags)); in visitKnownRecord()
535 formatLocalSymFlags(P.getIndentLevel() + 9, FS.Flags)); in visitKnownRecord()
543 formatExportFlags(P.getIndentLevel() + 9, Export.Flags)); in visitKnownRecord()
561 formatCompileSym2Flags(P.getIndentLevel() + 9, Compile2.Flags)); in visitKnownRecord()
564 typesetStringList(P.getIndentLevel() + 9 + 2, Compile2.ExtraStrings)); in visitKnownRecord()
583 formatCompileSym3Flags(P.getIndentLevel() + 9, Compile3.Flags)); in visitKnownRecord()
615 P.formatLine("gaps = [{0}]", formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord()
628 formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord()
[all …]
H A DMinimalTypeDumper.cpp343 formatClassOptions(P.getIndentLevel(), Class.Options, Stream, in visitKnownRecord()
356 formatClassOptions(P.getIndentLevel(), Union.Options, Stream, in visitKnownRecord()
369 formatClassOptions(P.getIndentLevel(), Enum.Options, Stream, in visitKnownRecord()
393 fmt_repeat(' ', P.getIndentLevel() + strlen("method names: "))) in visitKnownRecord()
H A DDumpOutputStyle.cpp446 formatSectionCharacteristics(P.getIndentLevel() + 6, in dumpSectionContrib()
459 formatSectionCharacteristics(P.getIndentLevel() + 6, in dumpSectionContrib()
938 typesetItemList(TIs, P.getIndentLevel() + 35, 12, " "); in dumpXmi()
1812 P.getIndentLevel(), Header.Characteristics, 1, "")); in dumpSectionHeaders()
1892 P.getIndentLevel() + 13, in dumpSectionMap()
H A Dllvm-pdbutil.cpp1009 int Indent = Printer.getIndentLevel(); in dumpInjectedSources()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DSourcePrinter.cpp95 unsigned LiveVariablePrinter::getIndentLevel() const { in getIndentLevel() function in llvm::objdump::LiveVariablePrinter
108 std::max((int)(OS.getColumn() - getIndentLevel() + 1) / 2, 0); in moveToFirstVarColumn()
112 getIndentLevel() + FirstUnprintedLogicalColumn * 2; in moveToFirstVarColumn()
269 OS.PadToColumn(getIndentLevel()); in printBetweenInsts()
H A DSourcePrinter.h72 unsigned getIndentLevel() const;
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DLinePrinter.h87 int getIndentLevel() const { return CurrentIndent; } in getIndentLevel() function
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DDwarfCFIEHPrinter.h232 printCFIProgram(Entry.cfis(), W.getOStream(), DumpOpts, W.getIndentLevel(), in printEHFrame()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h139 int getIndentLevel() { return IndentLevel; } in getIndentLevel() function