Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DTCPSocket.h61 std::vector<std::string> GetListeningConnectionURI() const override;
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DDomainSocket.h36 std::vector<std::string> GetListeningConnectionURI() const override;
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DTCPSocket.cpp61 llvm::StringRef(listen_socket_up->GetListeningConnectionURI()[0]) in CreatePair()
144 std::vector<std::string> TCPSocket::GetListeningConnectionURI() const { in GetListeningConnectionURI() function in TCPSocket
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectProtocolServer.cpp92 llvm::join(socket->GetListeningConnectionURI(), ", "); in DoExecute()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DSocket.h169 virtual std::vector<std::string> GetListeningConnectionURI() const { in GetListeningConnectionURI() function
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DDomainSocket.cpp208 std::vector<std::string> DomainSocket::GetListeningConnectionURI() const { in GetListeningConnectionURI() function in DomainSocket