Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp362 void unregisterSubCommand(SubCommand *sub) { in unregisterSubCommand() function in __anoneac38b030111::CommandLineParser
488 void SubCommand::unregisterSubCommand() { in unregisterSubCommand() function in SubCommand
489 GlobalParser->unregisterSubCommand(this); in unregisterSubCommand()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h210 LLVM_ABI void unregisterSubCommand();