Home
last modified time | relevance | path

Searched defs:GetReadPipe (Results 1 – 2 of 2) sorted by relevance

/llvm-project/lldb/include/lldb/Host/posix/
H A DPipePosix.h48 lldb::pipe_t GetReadPipe() const override { in GetReadPipe() function
/llvm-project/lldb/include/lldb/Host/windows/
H A DPipeWindows.h49 lldb::pipe_t GetReadPipe() const override { return lldb::pipe_t(m_read); } GetReadPipe() function