Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Target/
DPlatform.h443 return m_is_host; // Is this the default host platform? in IsHost()
446 bool IsRemote() const { return !m_is_host; } in IsRemote()
874 bool m_is_host; variable
/external/llvm-project/lldb/source/Target/
DPlatform.cpp386 : m_is_host(is_host), m_os_version_set_while_connected(false), in Platform()