Home
last modified time | relevance | path

Searched refs:PrettyPrint (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DScopedPrinter.cpp40 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 DRemarkSizeDiff.cpp61 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 Dllvm-readobj.cpp115 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 DScopedPrinter.h549 JSONScopedPrinter(raw_ostream &OS, bool PrettyPrint = false,