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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DStreamAsynchronousIO.cpp1 //===-- StreamAsynchronousIO.cpp --------------------------------*- C++ -*-===//
9 #include "lldb/Core/StreamAsynchronousIO.h"
17 StreamAsynchronousIO::StreamAsynchronousIO(Debugger &debugger, bool for_stdout) function in class:StreamAsynchronousIO
21 StreamAsynchronousIO::~StreamAsynchronousIO() {
26 void StreamAsynchronousIO::Flush() {
33 size_t StreamAsynchronousIO::WriteImpl(const void *s, size_t length) {
H A DDebugger.cpp16 #include "lldb/Core/StreamAsynchronousIO.h"
1062 return std::make_shared<StreamAsynchronousIO>(*this, true);
1066 return std::make_shared<StreamAsynchronousIO>(*this, false);
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Core/
H A DStreamAsynchronousIO.h1 //===-- StreamAsynchronousIO.h -----------------------------------*- C++-*-===//
21 class StreamAsynchronousIO : public Stream { class in namespace:lldb_private
23 StreamAsynchronousIO(Debugger &debugger, bool for_stdout);
25 ~StreamAsynchronousIO() override;
/freebsd-11-stable/lib/clang/liblldb/
H A DMakefile166 SRCS+= Core/StreamAsynchronousIO.cpp

Completed in 132 milliseconds