Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Target/
DPlatform.cpp948 ArchSpec compatible_arch; in GetAugmentedArchSpec() local
950 if (!IsCompatibleArchitecture(raw_arch, false, &compatible_arch)) in GetAugmentedArchSpec()
953 if (!compatible_arch.IsValid()) in GetAugmentedArchSpec()
956 const llvm::Triple &compatible_triple = compatible_arch.GetTriple(); in GetAugmentedArchSpec()