Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DCommandLine.cpp1556 std::vector<OptionCategory *> SortedCategories; in printOptions() local
1564 SortedCategories.push_back(*I); in printOptions()
1568 assert(SortedCategories.size() > 0 && "No option categories registered!"); in printOptions()
1569 array_pod_sort(SortedCategories.begin(), SortedCategories.end(), in printOptions()
1574 I = SortedCategories.begin(), in printOptions()
1575 E = SortedCategories.end(); in printOptions()
1591 Category = SortedCategories.begin(), in printOptions()
1592 E = SortedCategories.end(); in printOptions()