Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Support/
H A DScopedPrinter.cpp40 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 DRemarkSizeDiff.cpp48 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 Dllvm-readobj.cpp110 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 DScopedPrinter.h569 JSONScopedPrinter(raw_ostream &OS, bool PrettyPrint = false,