Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/
HDSocket.h95 NativeSocket GetNativeSocket () const { return m_socket; } in GetNativeSocket() function
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDSocket.cpp299 int sock = Accept (this->GetNativeSocket(), in BlockingAccept()