Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DArchSpec.h499 enum MatchType : bool { CompatibleMatch, ExactMatch }; enumerator
516 return IsMatch(rhs, CompatibleMatch); in IsCompatibleMatch()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTargetList.cpp221 arch, {}, ArchSpec::CompatibleMatch, nullptr)) { in CreateTargetInternal()
231 platform_arch, {}, ArchSpec::CompatibleMatch, nullptr)) { in CreateTargetInternal()
263 arch, {}, ArchSpec::CompatibleMatch, nullptr)) in CreateTargetInternal()
H A DPlatform.cpp862 if (!IsCompatibleArchitecture(raw_arch, {}, ArchSpec::CompatibleMatch, in GetAugmentedArchSpec()
2130 ArchSpec::CompatibleMatch, in GetOrCreate()
2155 arch, process_host_arch, ArchSpec::CompatibleMatch, in GetOrCreate()
2190 arch, process_host_arch, ArchSpec::CompatibleMatch, nullptr)) in GetOrCreate()
2199 arch, process_host_arch, ArchSpec::CompatibleMatch, nullptr)) in GetOrCreate()
H A DTarget.cpp1707 other, {}, ArchSpec::CompatibleMatch, nullptr)) { in SetArchitecture()
H A DProcess.cpp3082 ArchSpec::CompatibleMatch, nullptr)) { in CompleteAttach()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DOptionGroupPlatform.cpp35 arch, {}, ArchSpec::CompatibleMatch, &platform_arch)) { in CreatePlatformWithOptions()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp1036 if (match == CompatibleMatch) { in IsMatch()
1069 if (match == CompatibleMatch && in IsMatch()
1075 if (match == CompatibleMatch && both_windows) in IsMatch()