/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | MinimalSymbolDumper.cpp | 370 AutoIndent Indent(P, 7); in visitSymbolEnd() local 400 AutoIndent Indent(P, 7); in visitKnownRecord() local 409 AutoIndent Indent(P, 7); in visitKnownRecord() local 421 AutoIndent Indent(P, 7); in visitKnownRecord() local 433 AutoIndent Indent(P, 7); in visitKnownRecord() local 447 AutoIndent Indent(P, 7); in visitKnownRecord() local 461 AutoIndent Indent(P, 7); in visitKnownRecord() local 474 AutoIndent Indent(P, 7); in visitKnownRecord() local 482 AutoIndent Indent(P, 7); in visitKnownRecord() local 491 AutoIndent Indent(P, 7); in visitKnownRecord() local [all …]
|
D | BytesOutputStyle.cpp | 199 AutoIndent Indent(P); in dumpNameMap() local 210 AutoIndent Indent(P); in dumpBlockRanges() local 229 AutoIndent Indent(P); in dumpSectionContributions() local 240 AutoIndent Indent(P); in dumpSectionMap() local 251 AutoIndent Indent(P); in dumpModuleInfos() local 262 AutoIndent Indent(P); in dumpFileInfo() local 273 AutoIndent Indent(P); in dumpTypeServerMap() local 284 AutoIndent Indent(P); in dumpECData() local 303 AutoIndent Indent(P); in dumpTypeIndex() local 356 AutoIndent Indent(P); in iterateModules() local [all …]
|
D | DumpOutputStyle.cpp | 75 AutoIndent Indent(P, 4); in printStreamNotValidForObj() local 80 AutoIndent Indent(P, 4); in printStreamNotPresent() local 245 AutoIndent Indent(P); in dumpFileSummary() local 334 AutoIndent Indent(P); in printModuleDetailStats() local 384 AutoIndent Indent(P); in dumpStreamSummary() local 445 AutoIndent Indent(HeaderScope); in iterateOneModule() local 453 AutoIndent Indent(HeaderScope); in iterateSymbolGroups() local 560 AutoIndent Indent(P, FieldWidth + 2); in dumpSectionContrib() local 592 AutoIndent Indent(P); in dumpModules() local 669 AutoIndent Indent(P); in dumpSymbolStats() local [all …]
|
D | MinimalTypeDumper.cpp | 261 AutoIndent Indent(P, 9); in visitTypeEnd() local 274 AutoIndent Indent(P, 2); in visitMemberEnd() local 530 AutoIndent Indent(P); in visitKnownMember() local 566 AutoIndent Indent(P); in visitKnownMember() local 574 AutoIndent Indent(P); in visitKnownMember() local
|
D | LinePrinter.cpp | 53 LinePrinter::LinePrinter(int Indent, bool UseColor, llvm::raw_ostream &Stream) in LinePrinter() 70 void LinePrinter::Indent(uint32_t Amount) { in Indent() function in LinePrinter 202 AutoIndent Indent(*this); in formatMsfStreamData() local
|
/external/llvm-project/mlir/examples/toy/Ch6/parser/ |
D | AST.cpp | 25 struct Indent { struct 26 Indent(int &level) : level(level) { ++level; } in Indent() function 27 ~Indent() { --level; } in ~Indent() 28 int &level;
|
/external/llvm-project/mlir/examples/toy/Ch3/parser/ |
D | AST.cpp | 25 struct Indent { struct 26 Indent(int &level) : level(level) { ++level; } in Indent() argument 27 ~Indent() { --level; } in ~Indent() 28 int &level;
|
/external/llvm-project/mlir/examples/toy/Ch4/parser/ |
D | AST.cpp | 25 struct Indent { struct 26 Indent(int &level) : level(level) { ++level; } in Indent() function 27 ~Indent() { --level; } in ~Indent() 28 int &level;
|
/external/llvm-project/mlir/examples/toy/Ch1/parser/ |
D | AST.cpp | 25 struct Indent { struct 26 Indent(int &level) : level(level) { ++level; } in Indent() function 27 ~Indent() { --level; } in ~Indent() 28 int &level;
|
/external/llvm-project/mlir/examples/toy/Ch5/parser/ |
D | AST.cpp | 25 struct Indent { struct 26 Indent(int &level) : level(level) { ++level; } in Indent() function 27 ~Indent() { --level; } in ~Indent() 28 int &level;
|
/external/llvm-project/mlir/examples/toy/Ch2/parser/ |
D | AST.cpp | 25 struct Indent { struct 26 Indent(int &level) : level(level) { ++level; } in Indent() argument 27 ~Indent() { --level; } in ~Indent() 28 int &level;
|
/external/llvm-project/mlir/examples/toy/Ch7/parser/ |
D | AST.cpp | 25 struct Indent { struct 26 Indent(int &level) : level(level) { ++level; } in Indent() argument 27 ~Indent() { --level; } in ~Indent() 28 int &level;
|
/external/llvm-project/lldb/tools/lldb-test/ |
D | FormatUtil.cpp | 21 LinePrinter::LinePrinter(int Indent, llvm::raw_ostream &Stream) in LinePrinter() 24 void LinePrinter::Indent(uint32_t Amount) { in Indent() function in LinePrinter
|
/external/llvm/tools/llvm-pdbdump/ |
D | LinePrinter.cpp | 45 LinePrinter::LinePrinter(int Indent, llvm::raw_ostream &Stream) in LinePrinter() 62 void LinePrinter::Indent() { CurrentIndent += IndentSpaces; } in Indent() function in LinePrinter
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | VPlan.cpp | 534 void VPInstruction::print(raw_ostream &O, const Twine &Indent, in print() 865 void VPWidenCallRecipe::print(raw_ostream &O, const Twine &Indent, in print() 882 void VPWidenSelectRecipe::print(raw_ostream &O, const Twine &Indent, in print() 895 void VPWidenRecipe::print(raw_ostream &O, const Twine &Indent, in print() 903 void VPWidenIntOrFpInductionRecipe::print(raw_ostream &O, const Twine &Indent, in print() 914 void VPWidenGEPRecipe::print(raw_ostream &O, const Twine &Indent, in print() 928 void VPWidenPHIRecipe::print(raw_ostream &O, const Twine &Indent, in print() 933 void VPBlendRecipe::print(raw_ostream &O, const Twine &Indent, in print() 953 void VPReductionRecipe::print(raw_ostream &O, const Twine &Indent, in print() 969 void VPReplicateRecipe::print(raw_ostream &O, const Twine &Indent, in print() [all …]
|
/external/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDebugLoc.cpp | 20 const unsigned Indent = 12; in dump() local 113 const unsigned Indent = 12; in dump() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/TableGen/ |
D | StringMatcher.cpp | 52 std::string Indent(IndentCount * 2 + 4, ' '); in EmitStringMatcherForChar() local 131 void StringMatcher::Emit(unsigned Indent, bool IgnoreDuplicates) const { in Emit()
|
/external/llvm-project/llvm/lib/TableGen/ |
D | StringMatcher.cpp | 52 std::string Indent(IndentCount * 2 + 4, ' '); in EmitStringMatcherForChar() local 131 void StringMatcher::Emit(unsigned Indent, bool IgnoreDuplicates) const { in Emit()
|
/external/libwebm/common/ |
D | indent.cc | 17 Indent::Indent(int indent) : indent_(indent), indent_str_() { Update(); } in Indent() function in libwebm::Indent
|
/external/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBExtras.h | 47 void dumpSymbolField(raw_ostream &OS, StringRef Name, T Value, int Indent) { in dumpSymbolField()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBExtras.h | 48 void dumpSymbolField(raw_ostream &OS, StringRef Name, T Value, int Indent) { in dumpSymbolField()
|
/external/llvm-project/llvm/utils/TableGen/GlobalISel/ |
D | CodeExpander.h | 37 StringRef Indent; variable
|
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeTypeTypedef.cpp | 14 void NativeTypeTypedef::dump(raw_ostream &OS, int Indent, in dump()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
D | NativeTypeTypedef.cpp | 14 void NativeTypeTypedef::dump(raw_ostream &OS, int Indent, in dump()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFDie.cpp | 60 unsigned AddressSize, unsigned Indent, in dumpRanges() 73 DWARFUnit *U, unsigned Indent, in dumpLocation() 234 dwarf::Form Form, unsigned Indent, in dumpAttribute() 594 static unsigned dumpParentChain(DWARFDie Die, raw_ostream &OS, unsigned Indent, in dumpParentChain() 605 void DWARFDie::dump(raw_ostream &OS, unsigned Indent, in dump()
|