Home
last modified time | relevance | path

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

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