Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DPlatform.cpp860 ArchSpec compatible_arch; in GetAugmentedArchSpec() local
863 &compatible_arch)) in GetAugmentedArchSpec()
866 if (!compatible_arch.IsValid()) in GetAugmentedArchSpec()
869 const llvm::Triple &compatible_triple = compatible_arch.GetTriple(); in GetAugmentedArchSpec()