Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Host/common/
H A DSocket.cpp149 TcpConnect(llvm::StringRef host_and_port,bool child_processes_inherit) TcpConnect() argument
168 TcpListen(llvm::StringRef host_and_port,bool child_processes_inherit,int backlog) TcpListen() argument
184 UdpConnect(llvm::StringRef host_and_port,bool child_processes_inherit) UdpConnect() argument
189 DecodeHostAndPort(llvm::StringRef host_and_port) DecodeHostAndPort() argument
[all...]
/freebsd-src/contrib/llvm-project/lldb/tools/lldb-server/
H A Dlldb-gdbserver.cpp195 bool reverse_connect, llvm::StringRef host_and_port, in ConnectToRemote() argument
434 llvm::StringRef host_and_port; in main_gdbserver() local