Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DArchSpec.cpp26 static bool cores_match(const ArchSpec::Core core1, const ArchSpec::Core core2,
1000 !cores_match(GetCore(), rhs.GetCore(), true, match == ExactMatch)) in IsMatch()
1114 static bool cores_match(const ArchSpec::Core core1, const ArchSpec::Core core2, in cores_match() function
1427 return cores_match(core2, core1, false, enforce_exact_match); in cores_match()