Searched refs:cores_match (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | ArchSpec.cpp | 28 static bool cores_match(const ArchSpec::Core core1, const ArchSpec::Core core2, 1054 const bool core_match = cores_match(lhs_core, rhs_core, true, exact_match); in IsEqualTo() 1135 static bool cores_match(const ArchSpec::Core core1, const ArchSpec::Core core2, in cores_match() function 1412 return cores_match(core2, core1, false, enforce_exact_match); in cores_match()
|