Home
last modified time | relevance | path

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

/external/llvm-project/lldb/tools/debugserver/source/
DRNBRemote.cpp4820 static bool g_promoted_to_64 = false; in GetHostCPUType() local
4823 g_promoted_to_64 = false; in GetHostCPUType()
4830 g_promoted_to_64 = true; in GetHostCPUType()
4843 if (g_promoted_to_64 && g_host_cputype == CPU_TYPE_X86_64 && in GetHostCPUType()
4862 promoted_to_64 = g_promoted_to_64; in GetHostCPUType()