Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DConnection.h151 virtual std::string GetURI() = 0;
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h56 std::string GetURI() override;
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp412 std::string ConnectionFileDescriptor::GetURI() { return m_uri; } in GetURI() function in ConnectionFileDescriptor