Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DSocket.h91 SocketProtocol GetSocketProtocol() const { return m_protocol; } in GetSocketProtocol() function
/llvm-project-15.0.7/lldb/tools/lldb-server/
H A DAcceptor.cpp71 Socket::SocketProtocol Acceptor::GetSocketProtocol() const { in GetSocketProtocol() function in Acceptor