Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Support/
H A DCommandLine.cpp310 void unregisterSubCommand(SubCommand *sub) { in unregisterSubCommand() function in __anone9c85f080111::CommandLineParser
387 void SubCommand::unregisterSubCommand() { in unregisterSubCommand() function in SubCommand
388 GlobalParser->unregisterSubCommand(this); in unregisterSubCommand()
/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DCommandLine.h215 void unregisterSubCommand();