Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Core/
H A DStreamAsynchronousIO.cpp17 StreamAsynchronousIO::StreamAsynchronousIO( in StreamAsynchronousIO() function in StreamAsynchronousIO
18 Debugger &debugger, StreamAsynchronousIO::ForSTDOUT for_stdout) 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.cpp1456 return std::make_unique<StreamAsynchronousIO>(*this, in GetAsyncOutputStream()
1457 StreamAsynchronousIO::STDOUT); in GetAsyncOutputStream()
1461 return std::make_unique<StreamAsynchronousIO>(*this, in GetAsyncErrorStream()
1462 StreamAsynchronousIO::STDERR); in GetAsyncErrorStream()
/freebsd/contrib/llvm-project/lldb/include/lldb/Core/
H A DStreamAsynchronousIO.h24 class StreamAsynchronousIO : public Stream {
31 StreamAsynchronousIO(Debugger &debugger, ForSTDOUT for_stdout);
33 ~StreamAsynchronousIO() override;
/freebsd/lib/clang/liblldb/
H A DMakefile215 SRCS+= Core/StreamAsynchronousIO.cpp