Home
last modified time | relevance | path

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

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