Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-account.cpp99 static cl::opt<SortDirection> AccountSortOrder( variable
104 static cl::alias AccountSortOrder2("r", cl::aliasopt(AccountSortOrder),
287 if (AccountSortOrder == SortDirection::ASCENDING) in exportStats()
289 if (AccountSortOrder == SortDirection::DESCENDING) in exportStats()
297 if (AccountSortOrder == SortDirection::ASCENDING) in exportStats()
299 if (AccountSortOrder == SortDirection::DESCENDING) in exportStats()
313 if (AccountSortOrder == SortDirection::ASCENDING) in exportStats()
315 if (AccountSortOrder == SortDirection::DESCENDING) in exportStats()
319 if (AccountSortOrder == SortDirection::ASCENDING) in exportStats()
321 if (AccountSortOrder == SortDirection::DESCENDING) in exportStats()
[all …]