Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp361 void unregisterSubCommand(SubCommand *sub) { in unregisterSubCommand() function in __anon623d7d780111::CommandLineParser
471 void SubCommand::unregisterSubCommand() { in unregisterSubCommand() function in SubCommand
472 GlobalParser->unregisterSubCommand(this); in unregisterSubCommand()
/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h209 void unregisterSubCommand();