Searched refs:findOption (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DLegacyPassNameParser.h70 if (findOption(P->getPassArgument().data()) != getNumOptions()) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h787 // findOption - Return the option number corresponding to the specified
790 unsigned findOption(StringRef Name);
851 assert(findOption(Name) == Values.size() && "Option already exists!");
860 unsigned N = findOption(Name);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1919 // findOption - Return the option number corresponding to the specified
1922 unsigned generic_parser_base::findOption(StringRef Name) { function in class:generic_parser_base

Completed in 211 milliseconds