Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DCommandLine.cpp1881 const auto &CategoryOptions = CategorizedOptions[*Category]; in printOptions() local
1882 bool IsEmptyCategory = CategoryOptions.empty(); in printOptions()
1903 for (const Option *Opt : CategoryOptions) in printOptions()
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp1913 const auto &CategoryOptions = CategorizedOptions[*Category]; in printOptions() local
1914 bool IsEmptyCategory = CategoryOptions.empty(); in printOptions()
1935 for (const Option *Opt : CategoryOptions) in printOptions()
/external/llvm-project/llvm/lib/Support/
DCommandLine.cpp2311 const auto &CategoryOptions = CategorizedOptions[*Category]; in printOptions() local
2312 bool IsEmptyCategory = CategoryOptions.empty(); in printOptions()
2333 for (const Option *Opt : CategoryOptions) in printOptions()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCommandLine.cpp2293 const auto &CategoryOptions = CategorizedOptions[*Category]; in printOptions() local
2294 bool IsEmptyCategory = CategoryOptions.empty(); in printOptions()
2315 for (const Option *Opt : CategoryOptions) in printOptions()