Searched defs:GetRemoteConnectionURI (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DUDPSocket.cpp132 std::string UDPSocket::GetRemoteConnectionURI() const { function in class:UDPSocket
H A DTCPSocket.cpp131 std::string TCPSocket::GetRemoteConnectionURI() const { function in class:TCPSocket
/freebsd-current/contrib/llvm-project/lldb/include/lldb/Host/
H A DSocket.h105 virtual std::string GetRemoteConnectionURI() const { return ""; }; function in class:lldb_private::Socket
/freebsd-current/contrib/llvm-project/lldb/source/Host/posix/
H A DDomainSocket.cpp149 std::string DomainSocket::GetRemoteConnectionURI() const { function in class:DomainSocket

Completed in 123 milliseconds