Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DCommandLine.cpp109 registerSubCommand(&*TopLevelSubCommand); in CommandLineParser()
110 registerSubCommand(&*AllSubCommands); in CommandLineParser()
287 void registerSubCommand(SubCommand *sub) { in registerSubCommand() function in __anone9c85f080111::CommandLineParser
333 registerSubCommand(&*TopLevelSubCommand); in reset()
334 registerSubCommand(&*AllSubCommands); in reset()
383 void SubCommand::registerSubCommand() { in registerSubCommand() function in SubCommand
384 GlobalParser->registerSubCommand(this); in registerSubCommand()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DCommandLine.h214 void registerSubCommand();
220 registerSubCommand(); in Name()