Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DCommandLine.cpp168 registerSubCommand(&SubCommand::getTopLevel()); in CommandLineParser()
169 registerSubCommand(&SubCommand::getAll()); in CommandLineParser()
366 void registerSubCommand(SubCommand *sub) { in registerSubCommand() function in __anonb28886ba0111::CommandLineParser
412 registerSubCommand(&SubCommand::getTopLevel()); in reset()
413 registerSubCommand(&SubCommand::getAll()); in reset()
496 void SubCommand::registerSubCommand() { in registerSubCommand() function in SubCommand
497 GlobalParser->registerSubCommand(this); in registerSubCommand()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DCommandLine.h209 void registerSubCommand();
215 registerSubCommand(); in Name()