Home
last modified time | relevance | path

Searched refs:GetReadPipe (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DPipeBase.h37 virtual lldb::pipe_t GetReadPipe() const = 0;
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DPipePosix.h46 lldb::pipe_t GetReadPipe() const override { in GetReadPipe() function
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DSocket.cpp76 m_fd = m_socket_pipe.GetReadPipe(); in SharedSocket()