Searched refs:ChosenSubCommand (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Support/ |
D | CommandLine.cpp | 1034 SubCommand *ChosenSubCommand = &*TopLevelSubCommand; in ParseCommandLineOptions() local 1038 ChosenSubCommand = LookupSubCommand(argv[FirstArg]); in ParseCommandLineOptions() 1039 if (ChosenSubCommand != &*TopLevelSubCommand) in ParseCommandLineOptions() 1042 GlobalParser->ActiveSubCommand = ChosenSubCommand; in ParseCommandLineOptions() 1044 assert(ChosenSubCommand); in ParseCommandLineOptions() 1045 auto &ConsumeAfterOpt = ChosenSubCommand->ConsumeAfterOpt; in ParseCommandLineOptions() 1046 auto &PositionalOpts = ChosenSubCommand->PositionalOpts; in ParseCommandLineOptions() 1047 auto &SinkOpts = ChosenSubCommand->SinkOpts; in ParseCommandLineOptions() 1048 auto &OptionsMap = ChosenSubCommand->OptionsMap; in ParseCommandLineOptions() 1152 Handler = LookupOption(*ChosenSubCommand, ArgName, Value); in ParseCommandLineOptions() [all …]
|
/external/swiftshader/third_party/llvm-subzero/lib/Support/ |
D | CommandLine.cpp | 1061 SubCommand *ChosenSubCommand = &*TopLevelSubCommand; in ParseCommandLineOptions() local 1065 ChosenSubCommand = LookupSubCommand(StringRef(argv[FirstArg])); in ParseCommandLineOptions() 1066 if (ChosenSubCommand != &*TopLevelSubCommand) in ParseCommandLineOptions() 1069 GlobalParser->ActiveSubCommand = ChosenSubCommand; in ParseCommandLineOptions() 1071 assert(ChosenSubCommand); in ParseCommandLineOptions() 1072 auto &ConsumeAfterOpt = ChosenSubCommand->ConsumeAfterOpt; in ParseCommandLineOptions() 1073 auto &PositionalOpts = ChosenSubCommand->PositionalOpts; in ParseCommandLineOptions() 1074 auto &SinkOpts = ChosenSubCommand->SinkOpts; in ParseCommandLineOptions() 1075 auto &OptionsMap = ChosenSubCommand->OptionsMap; in ParseCommandLineOptions() 1179 Handler = LookupOption(*ChosenSubCommand, ArgName, Value); in ParseCommandLineOptions() [all …]
|
/external/llvm-project/llvm/lib/Support/ |
D | CommandLine.cpp | 1359 SubCommand *ChosenSubCommand = &*TopLevelSubCommand; in ParseCommandLineOptions() local 1363 ChosenSubCommand = LookupSubCommand(StringRef(argv[FirstArg])); in ParseCommandLineOptions() 1364 if (ChosenSubCommand != &*TopLevelSubCommand) in ParseCommandLineOptions() 1367 GlobalParser->ActiveSubCommand = ChosenSubCommand; in ParseCommandLineOptions() 1369 assert(ChosenSubCommand); in ParseCommandLineOptions() 1370 auto &ConsumeAfterOpt = ChosenSubCommand->ConsumeAfterOpt; in ParseCommandLineOptions() 1371 auto &PositionalOpts = ChosenSubCommand->PositionalOpts; in ParseCommandLineOptions() 1372 auto &SinkOpts = ChosenSubCommand->SinkOpts; in ParseCommandLineOptions() 1373 auto &OptionsMap = ChosenSubCommand->OptionsMap; in ParseCommandLineOptions() 1483 Handler = LookupLongOption(*ChosenSubCommand, ArgName, Value, in ParseCommandLineOptions() [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | CommandLine.cpp | 1342 SubCommand *ChosenSubCommand = &*TopLevelSubCommand; in ParseCommandLineOptions() local 1346 ChosenSubCommand = LookupSubCommand(StringRef(argv[FirstArg])); in ParseCommandLineOptions() 1347 if (ChosenSubCommand != &*TopLevelSubCommand) in ParseCommandLineOptions() 1350 GlobalParser->ActiveSubCommand = ChosenSubCommand; in ParseCommandLineOptions() 1352 assert(ChosenSubCommand); in ParseCommandLineOptions() 1353 auto &ConsumeAfterOpt = ChosenSubCommand->ConsumeAfterOpt; in ParseCommandLineOptions() 1354 auto &PositionalOpts = ChosenSubCommand->PositionalOpts; in ParseCommandLineOptions() 1355 auto &SinkOpts = ChosenSubCommand->SinkOpts; in ParseCommandLineOptions() 1356 auto &OptionsMap = ChosenSubCommand->OptionsMap; in ParseCommandLineOptions() 1466 Handler = LookupLongOption(*ChosenSubCommand, ArgName, Value, in ParseCommandLineOptions() [all …]
|