Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Utility/
H A DArchSpec.cpp24 static bool cores_match(const ArchSpec::Core core1, const ArchSpec::Core core2,
974 !cores_match(GetCore(), rhs.GetCore(), true, exact_match)) in IsEqualTo()
1081 static bool cores_match(const ArchSpec::Core core1, const ArchSpec::Core core2, in cores_match() function
1393 return cores_match(core2, core1, false, enforce_exact_match); in cores_match()