Home
last modified time | relevance | path

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

/external/lldb/source/Core/
DArchSpec.cpp614 ArchSpec compatible_arch; in SetTriple() local
615 if (platform->IsCompatibleArchitecture (raw_arch, false, &compatible_arch)) in SetTriple()
617 if (compatible_arch.IsValid()) in SetTriple()
619 const llvm::Triple &compatible_triple = compatible_arch.GetTriple(); in SetTriple()