Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Utility/
H A DConnection.h151 virtual std::string GetURI() = 0;
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/windows/
H A DConnectionGenericFileWindows.h40 std::string GetURI() override;
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h59 std::string GetURI() override;
/openbsd-src/gnu/llvm/lldb/source/Host/windows/
H A DConnectionGenericFileWindows.cpp305 std::string ConnectionGenericFile::GetURI() { return m_uri; } in GetURI() function in ConnectionGenericFile
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp200 std::string platform_uri = GetConnection()->GetURI(); in LaunchGDBServer()
/openbsd-src/gnu/llvm/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp424 std::string ConnectionFileDescriptor::GetURI() { return m_uri; } in GetURI() function in ConnectionFileDescriptor