Home
last modified time | relevance | path

Searched refs:is_displayed (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A Dcircular_raw_ostream.h124 bool is_displayed() const override { in is_displayed() function
125 return TheStream->is_displayed(); in is_displayed()
H A DFormattedStream.h191 bool is_displayed() const override { in is_displayed() function
192 return TheStream->is_displayed(); in is_displayed()
H A Draw_ostream.h348 virtual bool is_displayed() const { return false; } in is_displayed() function
352 virtual bool has_colors() const { return is_displayed(); } in has_colors()
546 bool is_displayed() const override;
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DSystemUtils.cpp19 if (stream_to_check.is_displayed()) { in CheckBitcodeOutputToConsole()
H A Draw_ostream.cpp511 if (sys::Process::ColorNeedsFlush() && !is_displayed()) in prepare_colors()
856 if (S_ISCHR(statbuf.st_mode) && is_displayed()) in preferred_buffer_size()
863 bool raw_fd_ostream::is_displayed() const { in is_displayed() function in raw_fd_ostream
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp958 if (Output.is_displayed()) in writeInstrProfile()
/freebsd/contrib/llvm-project/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp3151 if (outs().is_displayed()) { in printRawClangAST()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc674 {"_ZNK4llvm11raw_ostream12is_displayedEv", "llvm::raw_ostream::is_displayed() const"},
24451 {"_ZNK4llvm14raw_fd_ostream12is_displayedEv", "llvm::raw_fd_ostream::is_displayed() const"},