Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp1511 SubCommand *ChosenSubCommand = &SubCommand::getTopLevel(); in ParseCommandLineOptions() local
1518 ChosenSubCommand = in ParseCommandLineOptions()
1520 if (ChosenSubCommand != &SubCommand::getTopLevel()) in ParseCommandLineOptions()
1523 GlobalParser->ActiveSubCommand = ChosenSubCommand; in ParseCommandLineOptions()
1525 assert(ChosenSubCommand); in ParseCommandLineOptions()
1526 auto &ConsumeAfterOpt = ChosenSubCommand->ConsumeAfterOpt; in ParseCommandLineOptions()
1527 auto &PositionalOpts = ChosenSubCommand->PositionalOpts; in ParseCommandLineOptions()
1528 auto &SinkOpts = ChosenSubCommand->SinkOpts; in ParseCommandLineOptions()
1529 auto &OptionsMap = ChosenSubCommand->OptionsMap; in ParseCommandLineOptions()
1636 Handler = LookupLongOption(*ChosenSubCommand, ArgName, Value, in ParseCommandLineOptions()
[all …]