Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DCommandLine.cpp341 SubCommand *LookupSubCommand(StringRef Name);
445 SubCommand *CommandLineParser::LookupSubCommand(StringRef Name) { in LookupSubCommand() function in CommandLineParser
1143 ChosenSubCommand = LookupSubCommand(StringRef(argv[FirstArg])); in ParseCommandLineOptions()