Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Utility/
DArchSpec.cpp1352 const ArchSpec::Core lhs_core = lhs.GetCore(); in operator <() local
1354 return lhs_core < rhs_core; in operator <()