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

/external/lldb/source/Core/
H A DArchSpec.cpp744 const ArchSpec::Core rhs_core = rhs.GetCore (); local
746 const bool core_match = cores_match (lhs_core, rhs_core, true, exact_match);
891 const ArchSpec::Core rhs_core = rhs.GetCore (); local
892 return lhs_core < rhs_core;

Completed in 154 milliseconds