Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/LogicalView/Core/
H A DLVOptions.h253 LVSortMode SortMode = LVSortMode::None; // --output-sort=<SortMode> variable
382 LVSortMode getSortMode() const { return Output.SortMode; } in getSortMode()
383 void setSortMode(LVSortMode SortMode) { Output.SortMode = SortMode; } in setSortMode() argument
/freebsd/contrib/llvm-project/llvm/tools/llvm-debuginfo-analyzer/
H A DOptions.cpp202 cl::location(ReaderOptions.Output.SortMode), cl::init(LVSortMode::Line));