Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dllvm-xray.cpp34 if (SC == &cl::SubCommand::getTopLevel()) { in main()
/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-remarkutil/
H A DRemarkUtil.cpp23 if (SC == &cl::SubCommand::getTopLevel()) in handleSubOptions()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp167 CommandLineParser() { registerSubCommand(&SubCommand::getTopLevel()); } in CommandLineParser()
177 Action(SubCommand::getTopLevel()); in forEachSubCommand()
382 SubCommand::getTopLevel().reset(); in reset()
384 registerSubCommand(&SubCommand::getTopLevel()); in reset()
463 SubCommand &SubCommand::getTopLevel() { return *TopLevelSubCommand; } in getTopLevel() function in SubCommand
528 return &SubCommand::getTopLevel(); in LookupSubCommand()
547 return &SubCommand::getTopLevel(); in LookupSubCommand()
1511 SubCommand *ChosenSubCommand = &SubCommand::getTopLevel(); in ParseCommandLineOptions()
1520 if (ChosenSubCommand != &SubCommand::getTopLevel()) in ParseCommandLineOptions()
2367 if (Sub == &SubCommand::getTopLevel()) { in printHelp()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h220 static SubCommand &getTopLevel();
2037 getRegisteredOptions(SubCommand &Sub = SubCommand::getTopLevel());
2257 SubCommand &Sub = SubCommand::getTopLevel());
2267 SubCommand &Sub = SubCommand::getTopLevel());