Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h656 virtual bool GetIgnoresRemoteHostname() { return m_ignores_remote_hostname; } in GetIgnoresRemoteHostname()
659 m_ignores_remote_hostname = flag; in SetIgnoresRemoteHostname()
929 bool m_ignores_remote_hostname; variable
1135 bool m_ignores_remote_hostname; variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp389 m_supports_ssh(false), m_ssh_opts(), m_ignores_remote_hostname(false), in Platform()
1439 m_ignores_remote_hostname = false; in OptionParsingStarting()
1462 m_ignores_remote_hostname = true; in SetOptionValue()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp751 m_option_group_platform_rsync->m_ignores_remote_hostname); in ConnectRemote()