Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DCommandLine.cpp109 registerSubCommand(&*TopLevelSubCommand); in CommandLineParser()
140 addLiteralOption(Opt, &*TopLevelSubCommand, Name); in addLiteralOption()
191 addOption(O, &*TopLevelSubCommand); in addOption()
229 removeOption(O, &*TopLevelSubCommand); in removeOption()
268 updateArgStr(O, NewName, &*TopLevelSubCommand); in updateArgStr()
331 TopLevelSubCommand->reset(); in reset()
333 registerSubCommand(&*TopLevelSubCommand); in reset()
447 return &*TopLevelSubCommand; in LookupSubCommand()
457 return &*TopLevelSubCommand; in LookupSubCommand()
1144 if (ChosenSubCommand != &*TopLevelSubCommand) in ParseCommandLineOptions()
[all …]
/freebsd-12.1/contrib/llvm/tools/llvm-xray/
H A Dllvm-xray.cpp35 if (SC == &*cl::TopLevelSubCommand) { in main()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DCommandLine.h239 extern ManagedStatic<SubCommand> TopLevelSubCommand;
1817 StringMap<Option *> &getRegisteredOptions(SubCommand &Sub = *TopLevelSubCommand);
1937 SubCommand &Sub = *TopLevelSubCommand);
1947 SubCommand &Sub = *TopLevelSubCommand);