Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DPlatform.h442 return m_is_host; // Is this the default host platform? in IsHost()
445 bool IsRemote() const { return !m_is_host; } in IsRemote()
930 bool m_is_host; variable
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp235 : m_is_host(is_host), m_os_version_set_while_connected(false), in Platform()