Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h2040 getRegisteredOptions(SubCommand &Sub = SubCommand::getTopLevel());
/src/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp2794 StringMap<Option *> &cl::getRegisteredOptions(SubCommand &Sub) { in getRegisteredOptions() function in cl