Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Support/
H A DFormattedStream.cpp141 formatted_raw_ostream &llvm::fouts() { in fouts() function in llvm
/src/contrib/llvm-project/llvm/tools/llvm-readobj/
H A Dllvm-readobj.cpp180 fouts().flush(); in error()
201 fouts().flush(); in reportWarning()
636 fouts(), opts::PrettyPrint ? 2 : 0, std::make_unique<ListScope>()); in createWriter()
637 return std::make_unique<ScopedPrinter>(fouts()); in createWriter()
H A DELFDumper.cpp582 assert(&this->W.getOStream() == &llvm::fouts()); in GNUELFDumper()
/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DFormattedStream.h209 formatted_raw_ostream &fouts();