| /freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | PredicateExpander.cpp | 158 OS.indent(getIndentLevel() * 2); in expandCheckOpcode() 168 OS.indent(getIndentLevel() * 2); in expandCheckOpcode() 196 OS.indent(getIndentLevel() * 2); in expandPredicateSequence() 204 OS.indent(getIndentLevel() * 2); in expandPredicateSequence() 279 OS.indent(getIndentLevel() * 2); in expandOpcodeSwitchCase() 297 SS.indent(getIndentLevel() * 2); in expandOpcodeSwitchStatement() 301 SS.indent(getIndentLevel() * 2); in expandOpcodeSwitchStatement() 306 SS.indent(getIndentLevel() * 2); in expandOpcodeSwitchStatement() 441 OS.indent(getIndentLevel() * 2); in expandHeader() 565 OS.indent(getIndentLevel() * 2); in expandEpilogue() [all …]
|
| H A D | PredicateExpander.h | 44 unsigned getIndentLevel() const { return IndentLevel; } in getIndentLevel() function
|
| H A D | SubtargetEmitter.cpp | 1560 SS.indent(PE.getIndentLevel() * 2); in emitPredicates() 1566 PE.setIndentLevel(PE.getIndentLevel() + 2); in emitPredicates() 1577 SS.indent(PE.getIndentLevel() * 2); in emitPredicates() 1595 SS.indent(PE.getIndentLevel() * 2); in emitPredicates()
|
| H A D | InstrInfoEmitter.cpp | 712 OS.indent(PE.getIndentLevel() * 2); in emitMCIIHelperMethods() 914 OS.indent(PE.getIndentLevel() * 2); in emitTIIHelperMethods()
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | MinimalSymbolDumper.cpp | 465 P.printLine(formatSectionCharacteristics(P.getIndentLevel(), in visitKnownRecord() 478 P.printLine(formatSectionCharacteristics(P.getIndentLevel(), in visitKnownRecord() 524 formatLocalSymFlags(P.getIndentLevel() + 9, FS.Flags)); in visitKnownRecord() 531 formatLocalSymFlags(P.getIndentLevel() + 9, FS.Flags)); in visitKnownRecord() 539 formatExportFlags(P.getIndentLevel() + 9, Export.Flags)); in visitKnownRecord() 624 formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord() 639 formatGaps(P.getIndentLevel() + 9, DefRangeRegister.Gaps)); in visitKnownRecord() 651 formatGaps(P.getIndentLevel() + 9, Def.Gaps)); in visitKnownRecord() 828 formatProcSymFlags(P.getIndentLevel() + 9, Label.Flags)); in visitKnownRecord() 837 formatLocalSymFlags(P.getIndentLevel() + 9, Local.Flags); in visitKnownRecord() [all …]
|
| H A D | MinimalTypeDumper.cpp | 342 formatClassOptions(P.getIndentLevel(), Class.Options, Stream, in visitKnownRecord() 355 formatClassOptions(P.getIndentLevel(), Union.Options, Stream, in visitKnownRecord() 368 formatClassOptions(P.getIndentLevel(), Enum.Options, Stream, in visitKnownRecord() 392 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() 1813 P.getIndentLevel(), Header.Characteristics, 1, "")); in dumpSectionHeaders() 1893 P.getIndentLevel() + 13, in dumpSectionMap()
|
| H A D | llvm-pdbutil.cpp | 1003 int Indent = Printer.getIndentLevel(); in dumpInjectedSources()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
| H A D | LinePrinter.h | 85 int getIndentLevel() const { return CurrentIndent; } in getIndentLevel() function
|
| /freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | DwarfCFIEHPrinter.h | 230 Entry.cfis().dump(W.getOStream(), DumpOpts, W.getIndentLevel()); in printEHFrame()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ScopedPrinter.h | 129 int getIndentLevel() { return IndentLevel; } in getIndentLevel() function
|