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

/external/lldb/source/Core/
H A DArchSpec.cpp31 static bool cores_match (const ArchSpec::Core core1, const ArchSpec::Core core2, bool try_inverse, bool enforce_exact_match);
746 const bool core_match = cores_match (lhs_core, rhs_core, true, exact_match);
832 cores_match (const ArchSpec::Core core1, const ArchSpec::Core core2, bool try_inverse, bool enforce_exact_match) function
883 return cores_match (core2, core1, false, enforce_exact_match);

Completed in 129 milliseconds