Searched refs:LVSortFunction (Results 1 – 3 of 3) sorted by relevance
99 LVSortFunction llvm::logicalview::getSortFunction() { in getSortFunction()100 using LVSortInfo = std::map<LVSortMode, LVSortFunction>; in getSortFunction()107 LVSortFunction SortFunction = nullptr; in getSortFunction()
683 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()
34 using LVSortFunction = LVSortValue (*)(const LVObject *LHS, variable38 LLVM_ABI LVSortFunction getSortFunction();