Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Core/
H A DStreamAsynchronousIO.cpp17 StreamAsynchronousIO::StreamAsynchronousIO(Debugger &debugger, bool for_stdout, in StreamAsynchronousIO() function in StreamAsynchronousIO
22 StreamAsynchronousIO::~StreamAsynchronousIO() { in ~StreamAsynchronousIO()
27 void StreamAsynchronousIO::Flush() { in Flush()
34 size_t StreamAsynchronousIO::WriteImpl(const void *s, size_t length) { in WriteImpl()
H A DDebugger.cpp1276 return std::make_shared<StreamAsynchronousIO>(*this, true, GetUseColor()); in GetAsyncOutputStream()
1280 return std::make_shared<StreamAsynchronousIO>(*this, false, GetUseColor()); in GetAsyncErrorStream()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Core/
H A DStreamAsynchronousIO.h21 class StreamAsynchronousIO : public Stream {
23 StreamAsynchronousIO(Debugger &debugger, bool for_stdout, bool colors);
25 ~StreamAsynchronousIO() override;
/freebsd-14.2/lib/clang/liblldb/
H A DMakefile189 SRCS+= Core/StreamAsynchronousIO.cpp