Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Host/common/
H A DSocket.cpp148 TcpConnect(llvm::StringRef host_and_port,bool child_processes_inherit) TcpConnect() argument
167 TcpListen(llvm::StringRef host_and_port,bool child_processes_inherit,int backlog) TcpListen() argument
183 UdpConnect(llvm::StringRef host_and_port,bool child_processes_inherit) UdpConnect() argument
188 DecodeHostAndPort(llvm::StringRef host_and_port) DecodeHostAndPort() argument
[all...]
/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; main_gdbserver() local