Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVRange.cpp128 auto CompareRangeEntry = [](const LVRangeEntry &lhs, in sort() local
142 std::stable_sort(RangeEntries.begin(), RangeEntries.end(), CompareRangeEntry); in sort()