Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/
DRNBRemote.cpp4742 static bool g_promoted_to_64 = false; in GetHostCPUType() local
4745 g_promoted_to_64 = false; in GetHostCPUType()
4752 g_promoted_to_64 = true; in GetHostCPUType()
4765 if (g_promoted_to_64 && g_host_cputype == CPU_TYPE_X86_64 && in GetHostCPUType()
4784 promoted_to_64 = g_promoted_to_64; in GetHostCPUType()