Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Utility/
H A DArchSpec.cpp1398 const ArchSpec::Core lhs_core = lhs.GetCore(); in operator <() local
1400 return lhs_core < rhs_core; in operator <()