Searched refs:LVSortFunction (Results 1 – 3 of 3) sorted by relevance
100 LVSortFunction llvm::logicalview::getSortFunction() { in getSortFunction()101 using LVSortInfo = std::map<LVSortMode, LVSortFunction>; in getSortFunction()108 LVSortFunction SortFunction = nullptr; in getSortFunction()
676 LVSortFunction SortFunction = getSortFunction(); 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() 1628 LVSortFunction SortFunction = getSortFunction(); in printSummary()
32 using LVSortFunction = LVSortValue (*)(const LVObject *LHS, variable36 LVSortFunction getSortFunction();