Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp171 registerSubCommand(&*TopLevelSubCommand); in CommandLineParser()
172 registerSubCommand(&*AllSubCommands); in CommandLineParser()
369 void registerSubCommand(SubCommand *sub) { in registerSubCommand() function in __anon7ff628370111::CommandLineParser
415 registerSubCommand(&*TopLevelSubCommand); in reset()
416 registerSubCommand(&*AllSubCommands); in reset()
495 void SubCommand::registerSubCommand() { in registerSubCommand() function in SubCommand
496 GlobalParser->registerSubCommand(this); in registerSubCommand()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h216 void registerSubCommand();
222 registerSubCommand(); in Name()