Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/lldb/include/lldb/Target/
H A DPlatform.h422 return m_is_host; // Is this the default host platform? in IsHost()
425 bool IsRemote() const { return !m_is_host; } in IsRemote()
895 bool m_is_host; variable
/openbsd/gnu/llvm/lldb/source/Target/
H A DPlatform.cpp273 : m_is_host(is_host), m_os_version_set_while_connected(false), in Platform()