Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-xray/
H A Dllvm-xray.cpp34 if (SC == &cl::SubCommand::getTopLevel()) { in main()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp168 CommandLineParser() { registerSubCommand(&SubCommand::getTopLevel()); } in CommandLineParser()
178 Action(SubCommand::getTopLevel()); in forEachSubCommand()
383 SubCommand::getTopLevel().reset(); in reset()
385 registerSubCommand(&SubCommand::getTopLevel()); in reset()
480 SubCommand &SubCommand::getTopLevel() { return *TopLevelSubCommand; } in getTopLevel() function in SubCommand
545 return &SubCommand::getTopLevel(); in LookupSubCommand()
564 return &SubCommand::getTopLevel(); in LookupSubCommand()
1528 SubCommand *ChosenSubCommand = &SubCommand::getTopLevel(); in ParseCommandLineOptions()
1537 if (ChosenSubCommand != &SubCommand::getTopLevel()) in ParseCommandLineOptions()
1671 if (!Handler && ChosenSubCommand != &SubCommand::getTopLevel()) in ParseCommandLineOptions()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h220 LLVM_ABI static SubCommand &getTopLevel();
2048 getRegisteredOptions(SubCommand &Sub = SubCommand::getTopLevel());
2274 SubCommand &Sub = SubCommand::getTopLevel());
2285 SubCommand &Sub = SubCommand::getTopLevel());