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

/freebsd-11-stable/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-11-stable/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DDomainSocket.h23 std::string GetRemoteConnectionURI() const override;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DSocket.h106 virtual std::string GetRemoteConnectionURI() const { return ""; }; function in class:lldb_private::Socket
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DDomainSocket.cpp147 std::string DomainSocket::GetRemoteConnectionURI() const { function in class:DomainSocket
H A DConnectionFileDescriptorPosix.cpp770 m_uri = socket->GetRemoteConnectionURI();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DUDPSocket.cpp137 std::string UDPSocket::GetRemoteConnectionURI() const { function in class:UDPSocket
H A DTCPSocket.cpp121 std::string TCPSocket::GetRemoteConnectionURI() const { function in class:TCPSocket

Completed in 93 milliseconds