Home
last modified time | relevance | path

Searched refs:registerSubCommand (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Support/
H A DCommandLine.cpp170 registerSubCommand(&*TopLevelSubCommand); in CommandLineParser()
171 registerSubCommand(&*AllSubCommands); in CommandLineParser()
368 void registerSubCommand(SubCommand *sub) { in registerSubCommand() function in __anon3d17f4330111::CommandLineParser
414 registerSubCommand(&*TopLevelSubCommand); in reset()
415 registerSubCommand(&*AllSubCommands); in reset()
494 void SubCommand::registerSubCommand() { in registerSubCommand() function in SubCommand
495 GlobalParser->registerSubCommand(this); in registerSubCommand()
/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DCommandLine.h210 void registerSubCommand();
216 registerSubCommand(); in Name()