Searched refs:cores_match (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | ArchSpec.cpp | 25 static bool cores_match(const ArchSpec::Core core1, const ArchSpec::Core core2, 974 !cores_match(GetCore(), rhs.GetCore(), true, match == ExactMatch)) in IsMatch() 1082 static bool cores_match(const ArchSpec::Core core1, const ArchSpec::Core core2, in cores_match() function 1394 return cores_match(core2, core1, false, enforce_exact_match); in cores_match()
|