Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSort.cpp107 LVSortFunction SortFunction = nullptr; in getSortFunction() local
110 SortFunction = Iter->second; in getSortFunction()
111 return SortFunction; in getSortFunction()
H A DLVScope.cpp683 LVSortFunction SortFunction = getSortFunction(); in sort() local
684 if (SortFunction) { in sort()
685 std::function<void(LVScope * Parent, LVSortFunction SortFunction)> Sort = in sort()
686 [&](LVScope *Parent, LVSortFunction SortFunction) { in sort() argument
687 auto Traverse = [&](auto &Set, LVSortFunction SortFunction) { in sort() argument
689 llvm::stable_sort(*Set, SortFunction); in sort()
691 Traverse(Parent->Types, SortFunction); in sort()
692 Traverse(Parent->Symbols, SortFunction); in sort()
693 Traverse(Parent->Scopes, SortFunction); in sort()
695 Traverse(Parent->Children, SortFunction); in sort()
[all …]