Searched defs:g_host_triple (Results 1 - 1 of 1) sorted by relevance

/external/lldb/source/Host/common/
H A DHost.cpp433 static ConstString g_host_triple; local
434 if (!(g_host_triple))
437 g_host_triple.SetCString(host_arch.GetTriple().getTriple().c_str());
439 return g_host_triple;

Completed in 47 milliseconds