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

/external/lldb/source/Host/common/
H A DHost.cpp291 static ArchSpec g_host_arch_32; local
333 g_host_arch_32.SetArchitecture (eArchTypeMachO, ~(CPU_ARCH_MASK) & cputype, cpusubtype);
339 g_host_arch_32.SetArchitecture (eArchTypeMachO, cputype, cpusubtype);
346 g_host_arch_32.SetArchitecture (eArchTypeMachO, cputype, cpusubtype);
358 g_host_arch_32.Clear();
369 g_host_arch_32.SetTriple(triple);
376 g_host_arch_32.SetTriple(triple.get32BitArchVariant());
387 g_supports_32 = g_host_arch_32.IsValid();
394 return g_host_arch_32;
401 return g_host_arch_32;
[all...]

Completed in 66 milliseconds