Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dllvm-xray.cpp34 if (SC == &*cl::TopLevelSubCommand) { in main()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp171 registerSubCommand(&*TopLevelSubCommand); in CommandLineParser()
203 addLiteralOption(Opt, &*TopLevelSubCommand, Name); in addLiteralOption()
264 addOption(O, &*TopLevelSubCommand); in addOption()
306 removeOption(O, &*TopLevelSubCommand); in removeOption()
345 updateArgStr(O, NewName, &*TopLevelSubCommand); in updateArgStr()
413 TopLevelSubCommand->reset(); in reset()
415 registerSubCommand(&*TopLevelSubCommand); in reset()
555 return &*TopLevelSubCommand; in LookupSubCommand()
565 return &*TopLevelSubCommand; in LookupSubCommand()
1372 if (ChosenSubCommand != &*TopLevelSubCommand) in ParseCommandLineOptions()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h241 extern ManagedStatic<SubCommand> TopLevelSubCommand;
1979 StringMap<Option *> &getRegisteredOptions(SubCommand &Sub = *TopLevelSubCommand);
2127 SubCommand &Sub = *TopLevelSubCommand);
2137 SubCommand &Sub = *TopLevelSubCommand);