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

/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConnection.h151 virtual std::string GetURI() = 0;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h62 std::string GetURI() override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp130 std::string platform_uri = GetConnection()->GetURI();
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp530 std::string ConnectionFileDescriptor::GetURI() { return m_uri; } function in class:ConnectionFileDescriptor

Completed in 104 milliseconds