| /netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
| H A D | PredicateExpander.cpp | 133 OS.indent(getIndentLevel() * 2); in expandCheckOpcode() 143 OS.indent(getIndentLevel() * 2); in expandCheckOpcode() 171 OS.indent(getIndentLevel() * 2); in expandPredicateSequence() 179 OS.indent(getIndentLevel() * 2); in expandPredicateSequence() 244 OS.indent(getIndentLevel() * 2); in expandOpcodeSwitchCase() 250 OS.indent(getIndentLevel() * 2); in expandOpcodeSwitchCase() 268 SS.indent(getIndentLevel() * 2); in expandOpcodeSwitchStatement() 272 SS.indent(getIndentLevel() * 2); in expandOpcodeSwitchStatement() 277 SS.indent(getIndentLevel() * 2); in expandOpcodeSwitchStatement() 400 OS.indent(getIndentLevel() * 2); in expandHeader() [all …]
|
| H A D | PredicateExpander.h | 44 unsigned getIndentLevel() const { return IndentLevel; } in getIndentLevel() function
|
| H A D | SubtargetEmitter.cpp | 1455 SS.indent(PE.getIndentLevel() * 2); in emitPredicates() 1461 PE.setIndentLevel(PE.getIndentLevel() + 2); in emitPredicates() 1472 SS.indent(PE.getIndentLevel() * 2); in emitPredicates() 1490 SS.indent(PE.getIndentLevel() * 2); in emitPredicates()
|
| H A D | InstrInfoEmitter.cpp | 667 OS.indent(PE.getIndentLevel() * 2); in emitMCIIHelperMethods() 700 OS.indent(PE.getIndentLevel() * 2); in emitTIIHelperMethods()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 439 P.printLine(formatSectionCharacteristics(P.getIndentLevel(), in visitKnownRecord() 452 P.printLine(formatSectionCharacteristics(P.getIndentLevel(), in visitKnownRecord() 498 formatLocalSymFlags(P.getIndentLevel() + 9, FS.Flags)); in visitKnownRecord() 505 formatLocalSymFlags(P.getIndentLevel() + 9, FS.Flags)); in visitKnownRecord() 513 formatExportFlags(P.getIndentLevel() + 9, Export.Flags)); in visitKnownRecord() 531 formatCompileSym2Flags(P.getIndentLevel() + 9, Compile2.Flags)); in visitKnownRecord() 534 typesetStringList(P.getIndentLevel() + 9 + 2, Compile2.ExtraStrings)); in visitKnownRecord() 553 formatCompileSym3Flags(P.getIndentLevel() + 9, Compile3.Flags)); in visitKnownRecord() 586 formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord() 599 formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord() [all …]
|
| H A D | MinimalTypeDumper.cpp | 338 formatClassOptions(P.getIndentLevel(), Class.Options, Stream, in visitKnownRecord() 351 formatClassOptions(P.getIndentLevel(), Union.Options, Stream, in visitKnownRecord() 364 formatClassOptions(P.getIndentLevel(), Enum.Options, Stream, in visitKnownRecord() 388 fmt_repeat(' ', P.getIndentLevel() + strlen("method names: "))) in visitKnownRecord()
|
| H A D | LinePrinter.h | 66 int getIndentLevel() const { return CurrentIndent; } in getIndentLevel() function
|
| H A D | DumpOutputStyle.cpp | 562 formatSectionCharacteristics(P.getIndentLevel() + 6, in dumpSectionContrib() 575 formatSectionCharacteristics(P.getIndentLevel() + 6, in dumpSectionContrib() 1039 typesetItemList(TIs, P.getIndentLevel() + 35, 12, " "); in dumpXmi() 1907 P.getIndentLevel(), Header.Characteristics, 1, "")); in dumpSectionHeaders() 1984 P.getIndentLevel() + 13, in dumpSectionMap()
|
| H A D | llvm-pdbutil.cpp | 979 int Indent = Printer.getIndentLevel(); in dumpInjectedSources()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/ |
| H A D | SourcePrinter.cpp | 89 unsigned LiveVariablePrinter::getIndentLevel() const { in getIndentLevel() function in llvm::objdump::LiveVariablePrinter 102 std::max((int)(OS.getColumn() - getIndentLevel() + 1) / 2, 0); in moveToFirstVarColumn() 106 getIndentLevel() + FirstUnprintedLogicalColumn * 2; in moveToFirstVarColumn() 263 OS.PadToColumn(getIndentLevel()); in printBetweenInsts()
|
| H A D | SourcePrinter.h | 70 unsigned getIndentLevel() const;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
| H A D | DwarfCFIEHPrinter.h | 229 W.getIndentLevel()); in printEHFrame()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
| H A D | ScopedPrinter.h | 83 int getIndentLevel() { return IndentLevel; } in getIndentLevel() function
|