/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
H A D | PredicateExpander.cpp | 157 OS.indent(getIndentLevel() * 2); in expandCheckOpcode() 167 OS.indent(getIndentLevel() * 2); in expandCheckOpcode() 195 OS.indent(getIndentLevel() * 2); in expandPredicateSequence() 203 OS.indent(getIndentLevel() * 2); in expandPredicateSequence() 272 OS.indent(getIndentLevel() * 2); in expandOpcodeSwitchCase() 278 OS.indent(getIndentLevel() * 2); in expandOpcodeSwitchCase() 296 SS.indent(getIndentLevel() * 2); in expandOpcodeSwitchStatement() 300 SS.indent(getIndentLevel() * 2); in expandOpcodeSwitchStatement() 305 SS.indent(getIndentLevel() * 2); in expandOpcodeSwitchStatement() 440 OS.indent(getIndentLevel() * 2); in expandHeader() [all …]
|
H A D | PredicateExpander.h | 44 unsigned getIndentLevel() const { return IndentLevel; } in getIndentLevel() function
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.cpp | 469 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 D | MinimalTypeDumper.cpp | 343 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 D | DumpOutputStyle.cpp | 446 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 D | llvm-pdbutil.cpp | 1003 int Indent = Printer.getIndentLevel(); in dumpInjectedSources()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/ |
H A D | SourcePrinter.cpp | 97 unsigned LiveVariablePrinter::getIndentLevel() const { in getIndentLevel() function in llvm::objdump::LiveVariablePrinter 110 std::max((int)(OS.getColumn() - getIndentLevel() + 1) / 2, 0); in moveToFirstVarColumn() 114 getIndentLevel() + FirstUnprintedLogicalColumn * 2; in moveToFirstVarColumn() 271 OS.PadToColumn(getIndentLevel()); in printBetweenInsts()
|
H A D | SourcePrinter.h | 72 unsigned getIndentLevel() const;
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | LinePrinter.h | 85 int getIndentLevel() const { return CurrentIndent; } in getIndentLevel() function
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/ |
H A D | DwarfCFIEHPrinter.h | 231 Entry.cfis().dump(W.getOStream(), DumpOpts, W.getIndentLevel(), in printEHFrame()
|
/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | SubtargetEmitter.cpp | 1582 SS.indent(PE.getIndentLevel() * 2); in emitPredicates() 1588 PE.setIndentLevel(PE.getIndentLevel() + 2); in emitPredicates() 1599 SS.indent(PE.getIndentLevel() * 2); in emitPredicates() 1617 SS.indent(PE.getIndentLevel() * 2); in emitPredicates()
|
H A D | InstrInfoEmitter.cpp | 712 OS.indent(PE.getIndentLevel() * 2); in emitMCIIHelperMethods() 912 OS.indent(PE.getIndentLevel() * 2); in emitTIIHelperMethods()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ScopedPrinter.h | 129 int getIndentLevel() { return IndentLevel; } in getIndentLevel() function
|