Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DScopedPrinter.cpp39 JSONScopedPrinter::JSONScopedPrinter( in JSONScopedPrinter() function in llvm::JSONScopedPrinter
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h544 class JSONScopedPrinter : public ScopedPrinter {
569 JSONScopedPrinter(raw_ostream &OS, bool PrettyPrint = false,
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp635 return std::make_unique<JSONScopedPrinter>( in createWriter()