Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/unittests/Host/
H A DConnectionFileDescriptorTest.cpp29 std::string uri(connection_file_descriptor.GetURI()); in TestGetURI()
/llvm-project-15.0.7/lldb/include/lldb/Utility/
H A DConnection.h151 virtual std::string GetURI() = 0;
/llvm-project-15.0.7/lldb/include/lldb/Host/windows/
H A DConnectionGenericFileWindows.h40 std::string GetURI() override;
/llvm-project-15.0.7/lldb/unittests/Process/gdb-remote/
H A DGDBRemoteTestUtils.h35 MOCK_METHOD0(GetURI, std::string());
/llvm-project-15.0.7/lldb/include/lldb/Host/posix/
H A DConnectionFileDescriptorPosix.h59 std::string GetURI() override;
/llvm-project-15.0.7/lldb/source/Host/windows/
H A DConnectionGenericFileWindows.cpp306 std::string ConnectionGenericFile::GetURI() { return m_uri; } in GetURI() function in ConnectionGenericFile
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerPlatform.cpp200 std::string platform_uri = GetConnection()->GetURI(); in LaunchGDBServer()
/llvm-project-15.0.7/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp424 std::string ConnectionFileDescriptor::GetURI() { return m_uri; } in GetURI() function in ConnectionFileDescriptor