Home
last modified time | relevance | path

Searched refs:stream_to_check (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSystemUtils.cpp18 bool llvm::CheckBitcodeOutputToConsole(raw_ostream &stream_to_check) { in CheckBitcodeOutputToConsole() argument
19 if (stream_to_check.is_displayed()) { in CheckBitcodeOutputToConsole()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSystemUtils.h25 raw_ostream &stream_to_check ///< The stream to be checked