Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Utility/
H A DArchSpec.cpp25 static bool cores_match(const ArchSpec::Core core1, const ArchSpec::Core core2,
978 !cores_match(GetCore(), rhs.GetCore(), true, match == ExactMatch)) in IsMatch()
1086 static bool cores_match(const ArchSpec::Core core1, const ArchSpec::Core core2, in cores_match() function
1406 return cores_match(core2, core1, false, enforce_exact_match); in cores_match()