Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DStreamAsynchronousIO.cpp17 StreamAsynchronousIO::StreamAsynchronousIO(Debugger &debugger, bool for_stdout) in StreamAsynchronousIO() function in StreamAsynchronousIO
21 StreamAsynchronousIO::~StreamAsynchronousIO() { in ~StreamAsynchronousIO()
26 void StreamAsynchronousIO::Flush() { in Flush()
33 size_t StreamAsynchronousIO::WriteImpl(const void *s, size_t length) { in WriteImpl()
H A DDebugger.cpp1062 return std::make_shared<StreamAsynchronousIO>(*this, true); in GetAsyncOutputStream()
1066 return std::make_shared<StreamAsynchronousIO>(*this, false); in GetAsyncErrorStream()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Core/
H A DStreamAsynchronousIO.h21 class StreamAsynchronousIO : public Stream {
23 StreamAsynchronousIO(Debugger &debugger, bool for_stdout);
25 ~StreamAsynchronousIO() override;
/freebsd-13.1/lib/clang/liblldb/
H A DMakefile178 SRCS+= Core/StreamAsynchronousIO.cpp