Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DCommandLine.cpp392 void unregisterSubCommand(SubCommand *sub) { in unregisterSubCommand() function in __anon7ff628370111::CommandLineParser
499 void SubCommand::unregisterSubCommand() { in unregisterSubCommand() function in SubCommand
500 GlobalParser->unregisterSubCommand(this); in unregisterSubCommand()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DCommandLine.h217 void unregisterSubCommand();