Home
last modified time | relevance | path

Searched defs:HideUnrelatedOptions (Results 1 – 5 of 5) sorted by relevance

/external/llvm/unittests/Support/
DCommandLineTest.cpp246 TEST(CommandLineTest, HideUnrelatedOptions) { in TEST() argument
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DCommandLine.cpp2216 void cl::HideUnrelatedOptions(cl::OptionCategory &Category, SubCommand &Sub) { in HideUnrelatedOptions() function in cl
2224 void cl::HideUnrelatedOptions(ArrayRef<const cl::OptionCategory *> Categories, in HideUnrelatedOptions() function in cl
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DCommandLine.cpp2157 void cl::HideUnrelatedOptions(cl::OptionCategory &Category, SubCommand &Sub) { in HideUnrelatedOptions() function in cl
2165 void cl::HideUnrelatedOptions(ArrayRef<const cl::OptionCategory *> Categories, in HideUnrelatedOptions() function in cl
/external/llvm/lib/Support/
DCommandLine.cpp2125 void cl::HideUnrelatedOptions(cl::OptionCategory &Category, SubCommand &Sub) { in HideUnrelatedOptions() function in cl
2133 void cl::HideUnrelatedOptions(ArrayRef<const cl::OptionCategory *> Categories, in HideUnrelatedOptions() function in cl
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DCommandLineTest.cpp318 TEST(CommandLineTest, HideUnrelatedOptions) { in TEST() argument