Searched defs:lhs_core (Results 1 - 1 of 1) sorted by relevance

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

Completed in 33 milliseconds