Searched refs:PrettyPrint (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Support/ |
| H A D | ScopedPrinter.cpp | 40 raw_ostream &OS, bool PrettyPrint, in JSONScopedPrinter() argument 43 JOS(OS, /*Indent=*/PrettyPrint ? 2 : 0), in JSONScopedPrinter()
|
| /src/contrib/llvm-project/llvm/tools/llvm-remarkutil/ |
| H A D | RemarkSizeDiff.cpp | 48 static cl::opt<bool> PrettyPrint("pretty", cl::sub(RemarkSizeDiffUtil), 443 json::OStream JOS(OS, PrettyPrint ? 2 : 0); in outputJSONForAllDiffs()
|
| /src/contrib/llvm-project/llvm/tools/llvm-readobj/ |
| H A D | llvm-readobj.cpp | 110 static bool PrettyPrint; variable 273 opts::PrettyPrint = Args.hasArg(OPT_pretty_print); in parseOptions() 636 fouts(), opts::PrettyPrint ? 2 : 0, std::make_unique<ListScope>()); in createWriter()
|
| /src/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | ScopedPrinter.h | 569 JSONScopedPrinter(raw_ostream &OS, bool PrettyPrint = false,
|