Home
last modified time | relevance | path

Searched refs:HostAndPort (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DSocket.h82 struct HostAndPort { struct
86 bool operator==(const HostAndPort &R) const { argument
162 static llvm::Expected<HostAndPort>
192 const Socket::HostAndPort &HP);
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DSocket.cpp291 llvm::Expected<Socket::HostAndPort>
294 HostAndPort ret; in DecodeHostAndPort()
493 const Socket::HostAndPort &HP) { in operator <<()
H A DTCPSocket.cpp168 llvm::Expected<HostAndPort> host_port = DecodeHostAndPort(name); in Connect()
208 llvm::Expected<HostAndPort> host_port = DecodeHostAndPort(name); in Listen()
H A DUDPSocket.cpp58 llvm::Expected<HostAndPort> host_port = DecodeHostAndPort(name); in CreateConnected()
/freebsd/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-platform.cpp130 llvm::Expected<Socket::HostAndPort> host_port = in parse_listen_host_port()