Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Host/
H A DFileAction.h36 int GetFD() const { return m_fd; } in GetFD() function
/llvm-project/lldb/examples/interposing/darwin/fd_interposing/
H A DFDInterposing.cpp165 int GetFD() const { return m_fd; } in GetFD() function in fd_interposing::FDEvent