Searched refs:AddUserCommand (Results 1 – 4 of 4) sorted by relevance
609 Status add_error = m_opaque_ptr->AddUserCommand(name, new_command_sp, true); in AddMultiwordCommand()641 Status add_error = m_opaque_ptr->AddUserCommand(name, new_command_sp, true); in AddCommand()
288 Status AddUserCommand(llvm::StringRef name,
2414 Status error = m_interpreter.AddUserCommand( in IOHandlerInputComplete()2540 m_interpreter.AddUserCommand(m_cmd_name, new_cmd_sp, m_overwrite); in DoExecute()2821 Status add_error = GetCommandInterpreter().AddUserCommand( in DoExecute()
1223 Status CommandInterpreter::AddUserCommand(llvm::StringRef name, in AddUserCommand() function in CommandInterpreter