Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp1697 bool compatible_local_arch = false; in SetArchitecture() local
1727 compatible_local_arch = true; in SetArchitecture()
1735 if (compatible_local_arch || missing_local_arch) { in SetArchitecture()