Searched refs:PipePosix (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DPipePosix.cpp1 //===-- PipePosix.cpp -----------------------------------------------------===//
9 #include "lldb/Host/posix/PipePosix.h"
35 int PipePosix::kInvalidDescriptor = -1;
66 PipePosix::PipePosix() function in class:PipePosix
67 : m_fds{PipePosix::kInvalidDescriptor, PipePosix::kInvalidDescriptor} {}
69 PipePosix::PipePosix(lldb::pipe_t read, lldb::pipe_t write) function in class:PipePosix
72 PipePosix function in class:PipePosix
[all...]
H A DProcessLauncherPosixFork.cpp185 PipePosix pipe;
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DPipePosix.h1 //===-- PipePosix.h ---------------------------------------------*- C++ -*-===//
17 /// \class PipePosix PipePosix.h "lldb/Host/posix/PipePosix.h"
22 class PipePosix : public PipeBase { class in namespace:lldb_private
26 PipePosix();
27 PipePosix(lldb::pipe_t read, lldb::pipe_t write);
28 PipePosix(const PipePosix &) = delete;
29 PipePosix(PipePosi
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DPipe.h18 #include "lldb/Host/posix/PipePosix.h"
20 typedef PipePosix Pipe;
/freebsd-13-stable/lib/clang/liblldb/
H A DMakefile253 SRCS+= Host/posix/PipePosix.cpp

Completed in 167 milliseconds