Searched refs:PrettyPrint (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-remark-size-diff/ |
| H A D | RemarkSizeDiff.cpp | 61 static cl::opt<bool> PrettyPrint("pretty", cl::cat(SizeDiffCategory), 462 json::OStream JOS(OS, PrettyPrint ? 2 : 0); in outputJSONForAllDiffs()
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/ |
| H A D | llvm-readobj.cpp | 115 static bool PrettyPrint; variable 270 opts::PrettyPrint = Args.hasArg(OPT_pretty_print); in parseOptions() 631 fouts(), opts::PrettyPrint ? 2 : 0, std::make_unique<ListScope>()); in createWriter()
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Support/ |
| H A D | ScopedPrinter.h | 549 JSONScopedPrinter(raw_ostream &OS, bool PrettyPrint = false,
|