Searched refs:RemoveCommand (Results 1 – 4 of 4) sorted by relevance
350 bool RemoveCommand(llvm::StringRef cmd, bool force = false);
303 RemoveCommand(struct cmdargs const *arg) in RemoveCommand() function894 {"remove", "rm", RemoveCommand, LOCAL_AUTH | LOCAL_CX,
727 if (!m_interpreter.RemoveCommand(command_name)) { in DoExecute()
1470 bool CommandInterpreter::RemoveCommand(llvm::StringRef cmd, bool force) { in RemoveCommand() function in CommandInterpreter