Searched refs:g_host_arch_64 (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Host/common/
H A DHost.cpp292 static ArchSpec g_host_arch_64; local
334 g_host_arch_64.SetArchitecture (eArchTypeMachO, cputype, cpusubtype);
341 g_host_arch_64.SetArchitecture (eArchTypeMachO, cputype, cpusubtype);
347 g_host_arch_64.Clear();
359 g_host_arch_64.Clear();
374 g_host_arch_64.SetTriple(triple);
382 g_host_arch_64.SetTriple(triple);
388 g_supports_64 = g_host_arch_64.IsValid();
396 return g_host_arch_64;
399 return g_host_arch_64;
[all...]

Completed in 102 milliseconds