/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/ |
H A D | LinePrinter.h | 118 explicit PrintScope(LinePrinter &P, uint32_t IndentLevel) in PrintScope() 119 : P(P), IndentLevel(IndentLevel) {} in PrintScope() 121 : P(Other.P), IndentLevel(Other.IndentLevel), LabelWidth(LabelWidth) {} in PrintScope() 124 uint32_t IndentLevel; member 139 Amount = Scope.IndentLevel; in AutoIndent()
|
H A D | FormatUtil.h | 48 uint32_t IndentLevel, uint32_t C, uint32_t FlagsPerLine, 52 std::string typesetItemList(ArrayRef<std::string> Opts, uint32_t IndentLevel, 55 std::string typesetStringList(uint32_t IndentLevel,
|
/llvm-project/llvm/utils/TableGen/Common/ |
H A D | PredicateExpander.h | 31 unsigned IndentLevel; global() variable
|
H A D | PredicateExpander.cpp | 469 unsigned IndentLevel = getIndentLevel(); expandPrologue() local 534 unsigned IndentLevel = getIndentLevel(); expandBody() local
|
/llvm-project/llvm/include/llvm/Support/ |
H A D | Format.h | 222 uint32_t IndentLevel; // Number of characters to indent each line. 232 : Bytes(B), FirstByteOffset(O), IndentLevel(IL), NumPerLine(NPL), 244 uint32_t IndentLevel = 0, bool Upper = false) { 245 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine, 253 uint32_t IndentLevel = 0, bool Upper = false) { 254 return FormattedBytes(Bytes, IndentLevel, FirstByteOffset, NumPerLine,
|
H A D | VirtualFileSystem.h | 341 unsigned IndentLevel = 0) const { 342 printImpl(OS, Type, IndentLevel); 358 unsigned IndentLevel) const { 359 printIndent(OS, IndentLevel); 363 void printIndent(raw_ostream &OS, unsigned IndentLevel) const { 364 for (unsigned i = 0; i < IndentLevel; ++i) 444 unsigned IndentLevel) const override; in status() 650 unsigned IndentLevel) const override; 1099 void printEntry(raw_ostream &OS, Entry *E, unsigned IndentLevel = 0) const; 1103 unsigned IndentLevel) cons 345 printImpl(raw_ostream & OS,PrintType Type,unsigned IndentLevel) printImpl() argument 350 printIndent(raw_ostream & OS,unsigned IndentLevel) printIndent() argument [all...] |
H A D | ScopedPrinter.h | 121 void indent(int Levels = 1) { IndentLevel += Levels; } 124 IndentLevel = IndentLevel > Levels ? IndentLevel - Levels : 0; 127 void resetIndent() { IndentLevel = 0; } in resetIndent() 129 int getIndentLevel() { return IndentLevel; } in getIndentLevel() 135 for (int i = 0; i < IndentLevel; ++i) in printIndent() 530 int IndentLevel = 0; variable
|
/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
H A D | FormatUtil.cpp | 23 uint32_t IndentLevel, uint32_t GroupSize, in typesetItemList() 34 Result += std::string(formatv("{0}", fmt_repeat(' ', IndentLevel))); in typesetItemList() 40 std::string llvm::pdb::typesetStringList(uint32_t IndentLevel, 44 Result += std::string(formatv("\n{0}{1}", fmt_repeat(' ', IndentLevel), S)); in typesetStringList() 142 std::string llvm::pdb::formatSectionCharacteristics(uint32_t IndentLevel, 211 return typesetItemList(Opts, IndentLevel, FlagsPerLine, Separator); in formatSectionCharacteristics() 24 typesetItemList(ArrayRef<std::string> Opts,uint32_t IndentLevel,uint32_t GroupSize,StringRef Sep) typesetItemList() argument 41 typesetStringList(uint32_t IndentLevel,ArrayRef<StringRef> Strings) typesetStringList() argument 143 formatSectionCharacteristics(uint32_t IndentLevel,uint32_t C,uint32_t FlagsPerLine,StringRef Separator,CharacteristicStyle Style) formatSectionCharacteristics() argument
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | PlistDiagnostics.cpp | 493 unsigned IndentLevel = InputIndentLevel; in printCoverage() local 495 Indent(o, IndentLevel) << "<key>ExecutedLines</key>\n"; in printCoverage() 496 Indent(o, IndentLevel) << "<dict>\n"; in printCoverage() 497 IndentLevel++; in printCoverage() 503 Indent(o, IndentLevel) << "<key>" << FileKey << "</key>\n"; in printCoverage() 504 Indent(o, IndentLevel) << "<array>\n"; in printCoverage() 505 IndentLevel++; in printCoverage() 507 Indent(o, IndentLevel); in printCoverage() 510 IndentLevel--; in printCoverage() 511 Indent(o, IndentLevel) << "</arra in printCoverage() [all...] |
/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | MinimalSymbolDumper.cpp | 31 static std::string formatLocalSymFlags(uint32_t IndentLevel, in formatLocalSymFlags() argument 48 return typesetItemList(Opts, 4, IndentLevel, " | "); in formatLocalSymFlags() 51 static std::string formatExportFlags(uint32_t IndentLevel, ExportFlags Flags) { in formatExportFlags() argument 63 return typesetItemList(Opts, 4, IndentLevel, " | "); in formatExportFlags() 66 static std::string formatCompileSym2Flags(uint32_t IndentLevel, in formatCompileSym2Flags() argument 82 return typesetItemList(Opts, 4, IndentLevel, " | "); in formatCompileSym2Flags() 85 static std::string formatCompileSym3Flags(uint32_t IndentLevel, in formatCompileSym3Flags() argument 105 return typesetItemList(Opts, 4, IndentLevel, " | "); in formatCompileSym3Flags() 108 static std::string formatFrameProcedureOptions(uint32_t IndentLevel, in formatFrameProcedureOptions() argument 138 return typesetItemList(Opts, 4, IndentLevel, " | "); in formatFrameProcedureOptions() [all …]
|
H A D | BytesOutputStyle.cpp | 325 uint32_t Digits, uint32_t IndentLevel, in iterateOneModule() argument 339 AutoIndent Indent2(P, IndentLevel); in iterateOneModule() 354 static void iterateModules(PDBFile &File, LinePrinter &P, uint32_t IndentLevel, in iterateModules() argument 369 iterateOneModule(File, P, Modules, opts::bytes::ModuleIndex, 1, IndentLevel, in iterateModules() 375 iterateOneModule(File, P, Modules, I, Digits, IndentLevel, Callback); in iterateModules()
|
H A D | MinimalTypeDumper.cpp | 35 static std::string formatClassOptions(uint32_t IndentLevel, in formatClassOptions() argument 78 return typesetItemList(Opts, 4, IndentLevel, " | "); in formatClassOptions()
|
/llvm-project/clang/lib/AST/ |
H A D | RecordLayoutBuilder.cpp | 3566 CharUnits Offset, unsigned IndentLevel) { in getObjCLayout() 3568 OS.indent(IndentLevel * 2); in getObjCLayout() 3573 unsigned IndentLevel) { in getObjCLayout() 3586 OS.indent(IndentLevel * 2); in PrintBitFieldOffset() 3589 static void PrintIndentNoOffset(raw_ostream &OS, unsigned IndentLevel) { in PrintBitFieldOffset() 3591 OS.indent(IndentLevel * 2); in PrintBitFieldOffset() 3597 unsigned IndentLevel, in PrintBitFieldOffset() 3604 PrintOffset(OS, Offset, IndentLevel); in PrintIndentNoOffset() 3612 IndentLevel++; in DumpRecordLayout() 3622 PrintOffset(OS, Offset, IndentLevel); in DumpRecordLayout() 3580 PrintOffset(raw_ostream & OS,CharUnits Offset,unsigned IndentLevel) PrintOffset() argument 3587 PrintBitFieldOffset(raw_ostream & OS,CharUnits Offset,unsigned Begin,unsigned Width,unsigned IndentLevel) PrintBitFieldOffset() argument 3603 PrintIndentNoOffset(raw_ostream & OS,unsigned IndentLevel) PrintIndentNoOffset() argument 3611 DumpRecordLayout(raw_ostream & OS,const RecordDecl * RD,const ASTContext & C,CharUnits Offset,unsigned IndentLevel,const char * Description,bool PrintSizeInfo,bool IncludeVirtualBases) DumpRecordLayout() argument [all...] |
H A D | StmtPrinter.cpp | 70 unsigned IndentLevel; member in __anonffae03f00111::StmtPrinter 80 : OS(os), IndentLevel(Indentation), Helper(helper), Policy(Policy), in StmtPrinter() 86 IndentLevel += SubIndent; in PrintStmt() 97 IndentLevel -= SubIndent; in PrintStmt() 102 IndentLevel += (PrefixWidth + 1) / 2; in PrintInitStmt() 108 IndentLevel -= (PrefixWidth + 1) / 2; in PrintInitStmt() 144 for (int i = 0, e = IndentLevel+Delta; i < e; ++i) in Indent() 250 D->print(OS, Policy, IndentLevel); 255 Decl::printGroup(Decls.data(), Decls.size(), OS, Policy, IndentLevel); 440 Node->getLoopVariable()->print(OS, SubPolicy, IndentLevel); in VisitCXXForRangeStmt() [all...] |
/llvm-project/clang/include/clang/Tooling/DependencyScanning/ |
H A D | DependencyScanningFilesystem.h | 453 unsigned IndentLevel) const override { 454 printIndent(OS, IndentLevel); 456 getUnderlyingFS().print(OS, Type, IndentLevel + 1); 447 printImpl(raw_ostream & OS,PrintType Type,unsigned IndentLevel) printImpl() argument
|
/llvm-project/clang/lib/Format/ |
H A D | WhitespaceManager.h | 170 return std::make_tuple(Tok->IndentLevel, Tok->NestingLevel, in indentAndNestingLevel() 356 void appendIndentText(std::string &Text, unsigned IndentLevel,
|
/llvm-project/llvm/lib/Support/ |
H A D | ScopedPrinter.cpp | 27 (IndentLevel + 1) * 2, true) in printBinaryImpl()
|
H A D | VirtualFileSystem.cpp | 294 unsigned IndentLevel) const override; 389 unsigned IndentLevel) const { in getRealFileSystem() 390 printIndent(OS, IndentLevel); in getRealFileSystem() 520 unsigned IndentLevel) const { 521 printIndent(OS, IndentLevel); 529 FS->print(OS, Type, IndentLevel + 1); 1208 unsigned IndentLevel) const { 1209 printIndent(OS, IndentLevel); 1568 unsigned IndentLevel) const { in printImpl() 1569 printIndent(OS, IndentLevel); in printImpl() [all...] |
/llvm-project/llvm/include/llvm/Bitcode/ |
H A D | BitcodeAnalyzer.h | 97 Error parseBlock(unsigned BlockID, unsigned IndentLevel,
|
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.h | 304 /// \param IndentLevel specify the indent level as an integer. The UnwindRow 305 /// will be output to the stream preceded by 2 * IndentLevel number of spaces. 307 unsigned IndentLevel = 0) const; 349 /// \param IndentLevel specify the indent level as an integer. The UnwindRow 350 /// will be output to the stream preceded by 2 * IndentLevel number of spaces. 352 unsigned IndentLevel = 0) const; 457 void dump(raw_ostream &OS, DIDumpOptions DumpOpts, unsigned IndentLevel,
|
/llvm-project/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDebugFrame.cpp | 172 unsigned IndentLevel) const { in dump() 173 OS.indent(2 * IndentLevel); in dump() 192 unsigned IndentLevel) const { in dump() 194 Row.dump(OS, DumpOpts, IndentLevel); in dump() 952 unsigned IndentLevel, 956 OS.indent(2 * IndentLevel); in dump() 1010 CFIs.dump(OS, DumpOpts, /*IndentLevel=*/1, /*InitialLocation=*/{}); in dump() 1038 CFIs.dump(OS, DumpOpts, /*IndentLevel=*/1, InitialLocation); in dumpDataAux() 929 dump(raw_ostream & OS,DIDumpOptions DumpOpts,unsigned IndentLevel,std::optional<uint64_t> Address) const dump() argument
|
/llvm-project/llvm/tools/llvm-cov/ |
H A D | SourceCoverageViewText.h | 96 void renderTableHeader(raw_ostream &OS, unsigned IndentLevel) override;
|
H A D | SourceCoverageViewHTML.h | 109 void renderTableHeader(raw_ostream &OS, unsigned IndentLevel) override;
|
H A D | SourceCoverageView.h | 263 virtual void renderTableHeader(raw_ostream &OS, unsigned IndentLevel) = 0;
|
/llvm-project/llvm/lib/Bitcode/Reader/ |
H A D | BitcodeAnalyzer.cpp | 742 Error BitcodeAnalyzer::parseBlock(unsigned BlockID, unsigned IndentLevel, in parseBlock() 745 std::string Indent(IndentLevel * 2, ' '); in parseBlock() 829 if (Error E = parseBlock(Entry.ID, IndentLevel + 1, O, CheckHash)) in parseBlock() 740 parseBlock(unsigned BlockID,unsigned IndentLevel,std::optional<BCDumpOptions> O,std::optional<StringRef> CheckHash) parseBlock() argument
|