Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DLegacyPassNameParser.h70 if (findOption(P->getPassArgument().data()) != getNumOptions()) { in passRegistered()
/freebsd/contrib/dialog/
H A Ddialog.c658 findOption(const char *name, int pass, bool recur) in findOption() function
679 result = findOption(temp, pass, TRUE); in findOption()
682 result = findOption(temp, pass, TRUE); in findOption()
687 result = findOption(temp, pass, TRUE); in findOption()
700 const Options *data = findOption(name, pass, FALSE); in lookupOption()
1663 if ((data = findOption(argv[offset], 1, FALSE)) == NULL) { in process_common_options()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h811 unsigned findOption(StringRef Name);
873 if (findOption(Name) != Values.size())
884 unsigned N = findOption(Name);
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp2075 unsigned generic_parser_base::findOption(StringRef Name) { in findOption() function in generic_parser_base