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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dllvm-xray.cpp34 if (SC == &*cl::TopLevelSubCommand) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp168 registerSubCommand(&*TopLevelSubCommand);
200 addLiteralOption(Opt, &*TopLevelSubCommand, Name);
261 addOption(O, &*TopLevelSubCommand);
303 removeOption(O, &*TopLevelSubCommand);
342 updateArgStr(O, NewName, &*TopLevelSubCommand);
410 TopLevelSubCommand->reset();
412 registerSubCommand(&*TopLevelSubCommand);
490 ManagedStatic<SubCommand> llvm::cl::TopLevelSubCommand; member in class:llvm::cl
559 return &*TopLevelSubCommand;
569 return &*TopLevelSubCommand;
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h245 extern ManagedStatic<SubCommand> TopLevelSubCommand;
1970 StringMap<Option *> &getRegisteredOptions(SubCommand &Sub = *TopLevelSubCommand);
2103 SubCommand &Sub = *TopLevelSubCommand);
2113 SubCommand &Sub = *TopLevelSubCommand);

Completed in 66 milliseconds