Home
last modified time | relevance | path

Searched refs:GetRemoteConnectionURI (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DUDPSocket.h22 std::string GetRemoteConnectionURI() const override;
H A DTCPSocket.h49 std::string GetRemoteConnectionURI() const override;
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DDomainSocket.h23 std::string GetRemoteConnectionURI() const override;
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DSocket.h105 virtual std::string GetRemoteConnectionURI() const { return ""; };
106 virtual std::string GetRemoteConnectionURI() const { return ""; }; GetRemoteConnectionURI() function
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DUDPSocket.cpp132 std::string UDPSocket::GetRemoteConnectionURI() const { in GetRemoteConnectionURI() function in UDPSocket
H A DTCPSocket.cpp131 std::string TCPSocket::GetRemoteConnectionURI() const { in GetRemoteConnectionURI() function in TCPSocket
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DDomainSocket.cpp149 std::string DomainSocket::GetRemoteConnectionURI() const { in GetRemoteConnectionURI()
148 std::string DomainSocket::GetRemoteConnectionURI() const { GetRemoteConnectionURI() function in DomainSocket
H A DConnectionFileDescriptorPosix.cpp633 static_cast<TCPSocket *>(m_io_sp.get())->GetRemoteConnectionURI()); in AcceptTCP()
811 m_uri = socket->GetRemoteConnectionURI();