Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Core/
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()
DCMakeLists.txt51 StreamAsynchronousIO.cpp
DDebugger.cpp1055 return std::make_shared<StreamAsynchronousIO>(*this, true); in GetAsyncOutputStream()
1059 return std::make_shared<StreamAsynchronousIO>(*this, false); in GetAsyncErrorStream()
/external/llvm-project/lldb/include/lldb/Core/
DStreamAsynchronousIO.h21 class StreamAsynchronousIO : public Stream {
23 StreamAsynchronousIO(Debugger &debugger, bool for_stdout);
25 ~StreamAsynchronousIO() override;