Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Core/
H A DLVSort.cpp101 using LVSortInfo = std::map<LVSortMode, LVSortFunction>; in getSortFunction() typedef
102 static LVSortInfo SortInfo = { in getSortFunction()
109 LVSortInfo::iterator Iter = SortInfo.find(options().getSortMode()); in getSortFunction()