Home
last modified time | relevance | path

Searched refs:m_remote_url (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h440 const std::string &GetRemoteURL() const { return m_remote_url; } in GetRemoteURL()
887 std::string m_remote_url; variable
/external/llvm-project/lldb/source/Target/
DPlatform.cpp388 m_working_dir(), m_remote_url(), m_name(), m_system_arch(), m_mutex(), in Platform()