Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSort.cpp99 LVSortFunction llvm::logicalview::getSortFunction() { in getSortFunction()
100 using LVSortInfo = std::map<LVSortMode, LVSortFunction>; in getSortFunction()
107 LVSortFunction SortFunction = nullptr; in getSortFunction()
H A DLVScope.cpp683 LVSortFunction SortFunction = getSortFunction(); in sort()
685 std::function<void(LVScope * Parent, LVSortFunction SortFunction)> Sort = in sort()
686 [&](LVScope *Parent, LVSortFunction SortFunction) { in sort()
687 auto Traverse = [&](auto &Set, LVSortFunction SortFunction) { in sort()
1639 LVSortFunction SortFunction = getSortFunction(); in printMatchedElements()
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVSort.h34 using LVSortFunction = LVSortValue (*)(const LVObject *LHS, variable
38 LLVM_ABI LVSortFunction getSortFunction();