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

123456

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp291 void print(raw_ostream &OS, const_iterator I, StringRef Indent = " ") const;
293 StringRef Indent = " ") const;
295 StringRef Indent = " ") const;
1088 StringRef Indent) const {
1089 printSlice(OS, I, Indent);
1091 printUse(OS, I, Indent);
1095 StringRef Indent) const {
1096 OS << Indent << "[" << I->beginOffset() << "," << I->endOffset() << ")"
1102 StringRef Indent) const {
1103 OS << Indent << " use
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp585 Indent(Out, Space, IsDot) << "{ ";
595 Indent(Out, --Space, IsDot) << ']'; // End of "location_context".
604 Indent(Out, Space, IsDot) << "\"constructing_objects\": ";
614 Indent(Out, Space, IsDot) << "]," << NL; // End of "constructing_objects".
3095 Indent(Out, Space, IsDot) << "\"program_points\": [\\l";
3101 Indent(Out, Space + 1, IsDot) << "{ ";
3117 Indent(Out, Space, IsDot) << "],\\l";
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp1456 strm.Indent(" Address: ");
1461 strm.Indent(" Summary: ");
1497 // strm.Indent (" Address: ");
1504 // strm.Indent (" Summary: ");
1549 strm.Indent();
1607 strm.Indent();
1638 strm.Indent();
1683 strm.Indent();
1721 strm.Indent();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DBlock.cpp69 s->Indent();
H A DVariable.cpp106 s->Indent();
H A DType.cpp240 s->Indent();
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1704 void Option::printHelpStr(StringRef HelpStr, size_t Indent, argument
1706 assert(Indent >= FirstLineIndentedBy);
1708 outs().indent(Indent - FirstLineIndentedBy)
1712 outs().indent(Indent) << Split.first << "\n";
/freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/
H A DAnalysisDeclContext.cpp531 Indent(Out, Space, IsDot)
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/
H A DAppleObjCTrampolineHandler.cpp425 s.Indent();
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h840 unsigned Indent = 0; member in class:llvm::json::OStream
H A DCommandLine.h380 static void printHelpStr(StringRef HelpStr, size_t Indent,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DAddress.cpp717 s->Indent();
H A DModule.cpp1200 s->Indent();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp2514 strm.Indent();
2576 strm.Indent();
/freebsd-11-stable/contrib/llvm-project/clang/lib/Driver/
H A DDriver.cpp1829 Twine Indent = {}, int Kind = TopLevelAction) {
1840 Twine SibIndent = Indent + getSibIndent(Kind);
1909 llvm::errs() << Indent + getSelfIndent(Kind) << Id << ": " << os.str() << ", "
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DStackFrame.cpp1894 strm.Indent();
/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DAsmMatcherEmitter.cpp2721 unsigned Indent = 0,
2790 StringMatcher("Mnemonic", Cases, OS).Emit(Indent);
2814 emitMnemonicAliasVariant(OS, Info, Aliases, /*Indent=*/2,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp7337 void VPInterleaveRecipe::print(raw_ostream &O, const Twine &Indent) const {
7339 << Indent << "\"INTERLEAVE-GROUP with factor " << IG->getFactor() << " at ";
7352 << Indent << "\" " << VPlanIngredient(I) << " " << i << "\\l\"";
H A DSLPVectorizer.cpp1346 const unsigned Indent = 2; local
1351 OS.indent(Indent) << "{";
/freebsd-11-stable/contrib/llvm-project/lldb/source/Expression/
H A DDWARFExpression.cpp2777 s.Indent();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/ObjectFile/ELF/
H A DObjectFileELF.cpp2940 s->Indent();

Completed in 296 milliseconds

123456