Home
last modified time | relevance | path

Searched refs:JSONScopedPrinter (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DScopedPrinter.cpp39 JSONScopedPrinter::JSONScopedPrinter( in JSONScopedPrinter() function in llvm::JSONScopedPrinter
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DScopedPrinter.h524 class JSONScopedPrinter : public ScopedPrinter {
549 JSONScopedPrinter(raw_ostream &OS, bool PrettyPrint = false,
/openbsd-src/gnu/llvm/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp630 return std::make_unique<JSONScopedPrinter>( in createWriter()