Searched refs:Indent (Results 26 - 50 of 146) sorted by relevance

123456

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-diff/
H A DDiffConsumer.h71 unsigned Indent; member in class:llvm::DiffConsumer
79 : out(errs()), Differences(false), Indent(0) {}
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp142 Indent(Out, Space, IsDot) << "\"dynamic_types\": ";
155 Indent(Out, Space, IsDot)
172 Indent(Out, Space, IsDot) << "]," << NL;
178 Indent(Out, Space, IsDot) << "\"dynamic_casts\": ";
192 Indent(Out, Space, IsDot) << "{ \"region\": \"" << MR << "\", \"casts\": ";
199 Indent(Out, Space, IsDot)
209 Indent(Out, Space, IsDot) << ']';
219 Indent(Out, Space, IsDot) << "]," << NL;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DMinimalSymbolDumper.cpp353 P.Indent();
359 AutoIndent Indent(P, 7);
389 AutoIndent Indent(P, 7);
398 AutoIndent Indent(P, 7);
410 AutoIndent Indent(P, 7);
422 AutoIndent Indent(P, 7);
436 AutoIndent Indent(P, 7);
450 AutoIndent Indent(P, 7);
463 AutoIndent Indent(P, 7);
471 AutoIndent Indent(
[all...]
H A DBytesOutputStyle.cpp199 AutoIndent Indent(P);
210 AutoIndent Indent(P);
229 AutoIndent Indent(P);
240 AutoIndent Indent(P);
251 AutoIndent Indent(P);
262 AutoIndent Indent(P);
273 AutoIndent Indent(P);
284 AutoIndent Indent(P);
303 AutoIndent Indent(P);
356 AutoIndent Indent(
[all...]
H A DLinePrinter.h36 LinePrinter(int Indent, bool UseColor, raw_ostream &Stream);
38 void Indent(uint32_t Amount = 0);
116 L.Indent(Amount);
H A DPrettyClassDefinitionDumper.cpp66 Printer.Indent();
87 Printer.Indent();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DNativeTypeBuiltin.cpp24 void NativeTypeBuiltin::dump(raw_ostream &OS, int Indent, argument
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DNativeSymbolEnumerator.h28 void dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields,
H A DNativeTypeArray.h28 void dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields,
H A DNativeTypeBuiltin.h28 void dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields,
H A DNativeTypePointer.h32 void dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields,
H A DNativeTypeEnum.h33 void dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields,
H A DNativeTypeFunctionSig.h38 void dump(raw_ostream &OS, int Indent, PdbSymbolIdField ShowIdFields,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DStringMatcher.h44 void Emit(unsigned Indent = 0, bool IgnoreDuplicates = false) const;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugLoc.cpp126 unsigned Indent) const {
137 dumpRawEntry(E, OS, Indent, DumpOpts, Obj);
140 OS.indent(Indent);
165 OS.indent(Indent);
191 unsigned Indent = 12;
194 Indent);
204 DumpOpts, Indent);
251 raw_ostream &OS, unsigned Indent,
271 OS.indent(Indent);
345 raw_ostream &OS, unsigned Indent,
[all...]
H A DDWARFDie.cpp60 unsigned AddressSize, unsigned Indent,
67 OS.indent(Indent);
73 DWARFUnit *U, unsigned Indent,
100 Indent);
235 dwarf::Form Form, unsigned Indent,
241 OS.indent(Indent + 2);
284 dumpLocation(OS, FormValue, U, sizeof(BaseIndent) + Indent + 4, DumpOpts);
318 sizeof(BaseIndent) + Indent + 4, DumpOpts);
558 static unsigned dumpParentChain(DWARFDie Die, raw_ostream &OS, unsigned Indent,
561 return Indent;
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/
H A DPDBExtras.h48 void dumpSymbolField(raw_ostream &OS, StringRef Name, T Value, int Indent) { argument
50 OS.indent(Indent);
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DGICombinerEmitter.cpp623 StringRef Indent) const;
725 StringRef Indent) const {
727 Tree.getPartitioner()->generatePartitionSelectorCode(OS, Indent);
729 OS << Indent << "if (Partition == " << EnumChildren.index() << " /* "
731 generateCodeForTree(OS, EnumChildren.value(), (Indent + " ").str());
732 OS << Indent << "}\n"; local
739 OS << Indent << "// Leaf name: " << Leaf.getName() << "\n";
744 OS << Indent << "// Rule: " << RuleDef.getName() << "\n"
745 << Indent << "if (!isRuleDisabled(" << Rule->getID() << ")) {\n";
767 OS << Indent << " i local
786 OS << Indent local
807 << Indent << " }()"; local
809 OS << ") {\\n" << Indent << " "; local
816 << Indent << " }\\n"; local
822 OS << Indent << "}\\n"; local
836 << Indent << "return false;\\n"; local
840 OS << Indent << "return false;\\n"; local
[all...]
H A DDAGISelMatcherEmitter.cpp85 unsigned EmitMatcherList(const Matcher *N, unsigned Indent,
98 unsigned EmitMatcher(const Matcher *N, unsigned Indent, unsigned CurrentIdx,
282 EmitMatcher(const Matcher *N, unsigned Indent, unsigned CurrentIdx, argument
284 OS.indent(Indent*2);
301 OS.indent(Indent*2) << "/*Scope*/ ";
303 OS.indent(Indent*2);
319 ChildSize = EmitMatcherList(SM->getChild(i), Indent+1,
340 OS.indent(Indent*2) << "0, ";
477 ChildSize = EmitMatcherList(Child, Indent+1, CurrentIdx+VBRSize+IdxSize,
486 OS.indent(Indent*
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/
H A DPDBSymbol.cpp117 void PDBSymbol::defaultDump(raw_ostream &OS, int Indent, argument
120 RawSymbol->dump(OS, Indent, ShowFlags, RecurseFlags);
186 SymIndexId Value, int Indent,
195 OS.indent(Indent);
213 Child->defaultDump(OS, Indent + 2, ShowFlags, PdbSymbolIdField::None);
185 dumpSymbolIdField(raw_ostream &OS, StringRef Name, SymIndexId Value, int Indent, const IPDBSession &Session, PdbSymbolIdField FieldId, PdbSymbolIdField ShowFlags, PdbSymbolIdField RecurseFlags) argument
/freebsd-11-stable/contrib/llvm-project/clang/lib/Format/
H A DUnwrappedLineFormatter.cpp49 unsigned getIndent() const { return Indent; }
60 Indent = Line.Level * Style.IndentWidth + AdditionalIndent;
63 Indent = getIndent(IndentForLevel, Line.Level);
65 if (static_cast<int>(Indent) + Offset >= 0)
66 Indent += Offset;
73 IndentForLevel.push_back(Indent);
134 unsigned Indent = 0; member in class:clang::format::__anon491::LevelIndentTracker
196 const unsigned Indent = IndentTracker.getIndent();
211 if (Style.ColumnLimit > 0 && Indent > Style.ColumnLimit)
215 Style.ColumnLimit == 0 ? UINT_MAX : Style.ColumnLimit - Indent;
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DSymbolContext.cpp139 s->Indent();
186 s->Indent(" Module: file = \"");
196 s->Indent("CompileUnit: ");
202 s->Indent(" Function: ");
208 s->Indent(" FuncType: ");
228 s->Indent(" Blocks: ");
230 s->Indent(" ");
237 s->Indent(" LineEntry: ");
243 s->Indent(" Symbol: ");
249 s->Indent(" Variabl
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp494 s->Indent();
521 s->Indent("module = ");
527 s->Indent("compile unit = ");
532 s->Indent("function = ");
538 s->Indent("location = ");
547 s->Indent("re-exported target = ");
549 s->Indent("symbol = ");
558 s->Indent();
589 s->Indent();
598 s->Indent();
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DLexicalScopes.cpp322 LLVM_DUMP_METHOD void LexicalScope::dump(unsigned Indent) const {
324 err.indent(Indent);
327 err.indent(Indent);
330 err << std::string(Indent, ' ') << "Abstract Scope\n";
333 err << std::string(Indent + 2, ' ') << "Children ...\n";
336 Children[i]->dump(Indent + 2);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/RenderScript/RenderScriptRuntime/
H A DRenderScriptScriptGroup.cpp118 stream.Indent();
125 stream.Indent();

Completed in 378 milliseconds

123456