Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Core/
H A DStreamAsynchronousIO.cpp18 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.cpp1150 return std::make_shared<StreamAsynchronousIO>(*this, true); in GetAsyncOutputStream()
1154 return std::make_shared<StreamAsynchronousIO>(*this, false); in GetAsyncErrorStream()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Core/
H A DStreamAsynchronousIO.h25 class StreamAsynchronousIO : public Stream {
27 StreamAsynchronousIO(Debugger &debugger, bool for_stdout);
29 ~StreamAsynchronousIO() override;
/freebsd-12.1/lib/clang/liblldb/
H A DMakefile161 SRCS+= Core/StreamAsynchronousIO.cpp