Home
last modified time | relevance | path

Searched refs:GetURI (Results 1 – 4 of 4) sorted by relevance

/src/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConnection.h151 virtual std::string GetURI() = 0;
/src/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h59 std::string GetURI() override;
/src/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp202 std::string platform_uri = GetConnection()->GetURI(); in LaunchGDBServer()
/src/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp422 std::string ConnectionFileDescriptor::GetURI() { return m_uri; } in GetURI() function in ConnectionFileDescriptor