Home
last modified time | relevance | path

Searched refs:DecodeHostAndPort (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/llvm/lldb/source/Host/common/
H A DTCPSocket.cpp156 llvm::Expected<HostAndPort> host_port = DecodeHostAndPort(name); in Connect()
195 llvm::Expected<HostAndPort> host_port = DecodeHostAndPort(name); in Listen()
H A DUDPSocket.cpp62 llvm::Expected<HostAndPort> host_port = DecodeHostAndPort(name); in Connect()
H A DSocket.cpp188 llvm::Expected<Socket::HostAndPort> Socket::DecodeHostAndPort(llvm::StringRef host_and_port) { in DecodeHostAndPort() function in Socket
/openbsd/gnu/llvm/lldb/include/lldb/Host/
H A DSocket.h103 DecodeHostAndPort(llvm::StringRef host_and_port);
/openbsd/gnu/llvm/lldb/tools/lldb-server/
H A DAcceptor.cpp97 if (!llvm::errorToBool(Socket::DecodeHostAndPort(name).takeError())) in Create()
/openbsd/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp4305 if (!llvm::errorToBool(Socket::DecodeHostAndPort(host_port).takeError())) in LLGSArgToURL()