Searched refs:GetCommandName (Results 1 – 11 of 11) sorted by relevance
695 m_command_dict[std::string(down_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()710 m_command_dict[std::string(up_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()837 m_command_dict[std::string(list_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()856 m_command_dict[std::string(env_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()880 m_command_dict[std::string(jump_regex_cmd_sp->GetCommandName())] = in LoadCommandDictionary()1121 matches->AppendString(command_obj->GetCommandName()); in GetCommandObject()1951 Args new_args(alias_cmd_obj->GetCommandName()); in BuildAliasCommandArgs()2692 commands_found.AppendString(cmd_obj->GetCommandName()); in FindCommandsForApropos()3135 llvm::StringRef cmd_name = cmd_obj->GetCommandName(); in ResolveCommandImpl()3201 cmd_obj->GetCommandName().str().c_str(), in ResolveCommandImpl()[all …]
62 syntax_str.PutCString(GetCommandName()); in GetSyntax()80 llvm::StringRef CommandObject::GetCommandName() const { return m_cmd_name; } in GetCommandName() function in CommandObject977 Args full_args(GetCommandName()); in Execute()1008 std::string full_command(GetCommandName()); in Execute()
142 llvm::StringRef command_name = m_underlying_command_sp->GetCommandName(); in GetAliasExpansion()
401 name = cmd->GetCommandName(); in GenerateOptionUsage()
130 GetCommandName().str().c_str()); in DoExecute()453 m_interpreter.GetCommandSPExact(cmd_obj.GetCommandName())) { in HandleAliasingRawCommand()541 m_interpreter.GetCommandSPExact(cmd_obj->GetCommandName()); in HandleAliasingNormalCommand()543 tmp_sp = m_interpreter.GetCommandSPExact(sub_cmd_obj->GetCommandName()); in HandleAliasingNormalCommand()705 GetCommandName().str().c_str()); in DoExecute()819 m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true); in IOHandlerInputComplete()973 m_interpreter.AddCommand(cmd_sp->GetCommandName(), cmd_sp, true); in AddRegexCommandToInterpreter()
108 GetCommandName().str().c_str()); in Execute()132 error_msg.append(std::string(GetCommandName())); in Execute()
156 sub_cmd_obj->GetCommandName().str().c_str()); in DoExecute()
543 GetCommandName().str().c_str()); in DoExecute()930 GetCommandName().str().c_str()); in DoExecute()
304 parent->LoadSubCommand(command->GetCommandName().str().c_str(), command); in InitializeCommands()
133 llvm::StringRef GetCommandName() const;
646 return (IsValid() ? ConstString(m_opaque_sp->GetCommandName()).AsCString() : nullptr); in GetName()