Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h1979 StringMap<Option *> &getRegisteredOptions(SubCommand &Sub = *TopLevelSubCommand);
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp2635 StringMap<Option *> &cl::getRegisteredOptions(SubCommand &Sub) { in getRegisteredOptions() function in cl