Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Host/
H A DPipeBase.h43 virtual lldb::pipe_t GetReadPipe() const = 0;
/src/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DPipePosix.h48 lldb::pipe_t GetReadPipe() const override { in GetReadPipe() function