Searched refs:SortFunction (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/ |
H A D | LVSort.cpp | 108 LVSortFunction SortFunction = nullptr; in getSortFunction() local 111 SortFunction = Iter->second; in getSortFunction() 112 return SortFunction; in getSortFunction()
|
H A D | LVScope.cpp | 676 LVSortFunction SortFunction = getSortFunction(); in doPrint() 677 if (SortFunction) { in doPrint() 678 std::function<void(LVScope * Parent, LVSortFunction SortFunction)> Sort = in doPrint() 679 [&](LVScope *Parent, LVSortFunction SortFunction) { in doPrint() 680 auto Traverse = [&](auto &Set, LVSortFunction SortFunction) { in doPrint() 682 std::stable_sort(Set->begin(), Set->end(), SortFunction); in sort() 684 Traverse(Parent->Types, SortFunction); in sort() local 685 Traverse(Parent->Symbols, SortFunction); in sort() 686 Traverse(Parent->Scopes, SortFunction); in sort() 688 Traverse(Parent->Children, SortFunction); in sort() argument 687 __anonc6b9c58b0602(LVScope *Parent, LVSortFunction SortFunction) sort() argument 1636 LVSortFunction SortFunction = getSortFunction(); printMatchedElements() local [all...] |