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.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()
1654 if (!Handler && ChosenSubCommand != &SubCommand::getTopLevel()) in ParseCommandLineOptions()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h219 static SubCommand &getTopLevel();
2040 getRegisteredOptions(SubCommand &Sub = SubCommand::getTopLevel());
2260 SubCommand &Sub = SubCommand::getTopLevel());
2270 SubCommand &Sub = SubCommand::getTopLevel());