Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCommandLine.cpp1530 SubCommand *ChosenSubCommand = &SubCommand::getTopLevel(); in ParseCommandLineOptions() local
1534 ChosenSubCommand = LookupSubCommand(StringRef(argv[FirstArg])); in ParseCommandLineOptions()
1535 if (ChosenSubCommand != &SubCommand::getTopLevel()) in ParseCommandLineOptions()
1538 GlobalParser->ActiveSubCommand = ChosenSubCommand; in ParseCommandLineOptions()
1540 assert(ChosenSubCommand); in ParseCommandLineOptions()
1541 auto &ConsumeAfterOpt = ChosenSubCommand->ConsumeAfterOpt; in ParseCommandLineOptions()
1542 auto &PositionalOpts = ChosenSubCommand->PositionalOpts; in ParseCommandLineOptions()
1543 auto &SinkOpts = ChosenSubCommand->SinkOpts; in ParseCommandLineOptions()
1544 auto &OptionsMap = ChosenSubCommand->OptionsMap; in ParseCommandLineOptions()
1654 Handler = LookupLongOption(*ChosenSubCommand, ArgName, Value, in ParseCommandLineOptions()
[all …]