Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/source/Core/
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()
DCMakeLists.txt55 StreamAsynchronousIO.cpp
DDebugger.cpp1194 return std::make_shared<StreamAsynchronousIO>(*this, true, GetUseColor()); in GetAsyncOutputStream()
1198 return std::make_shared<StreamAsynchronousIO>(*this, false, GetUseColor()); in GetAsyncErrorStream()
/openbsd/src/gnu/llvm/lldb/include/lldb/Core/
DStreamAsynchronousIO.h21 class StreamAsynchronousIO : public Stream {
23 StreamAsynchronousIO(Debugger &debugger, bool for_stdout, bool colors);
25 ~StreamAsynchronousIO() override;
/openbsd/src/gnu/usr.bin/clang/liblldbCore/
DMakefile41 StreamAsynchronousIO.cpp \
/openbsd/src/gnu/llvm/clang/docs/tools/
Dclang-formatted-files.txt3682 lldb/include/lldb/Core/StreamAsynchronousIO.h
4010 lldb/source/Core/StreamAsynchronousIO.cpp