Searched refs:GetSubcommandObject (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectMultiword.cpp | 76 CommandObjectMultiword::GetSubcommandObject(llvm::StringRef sub_cmd, in GetSubcommandObject() function in CommandObjectMultiword 173 CommandObject *sub_cmd_obj = GetSubcommandObject(sub_command, &matches); in Execute() 277 CommandObject *cmd_obj = GetSubcommandObject(arg0, &temp_matches); in HandleCompletion() 290 CommandObject *sub_command_object = GetSubcommandObject(arg0, &new_matches); in HandleCompletion() 310 GetSubcommandObject(current_command_args[index].ref()); in GetRepeatCommand() 390 CommandObject *CommandObjectProxy::GetSubcommandObject(llvm::StringRef sub_cmd, in GetSubcommandObject() function in CommandObjectProxy 394 return proxy_command->GetSubcommandObject(sub_cmd, matches); in GetSubcommandObject()
|
| H A D | CommandObjectHelp.cpp | 113 sub_cmd_obj->GetSubcommandObject(sub_command.c_str(), &matches); in DoExecute()
|
| H A D | CommandCompletions.cpp | 903 mwc->GetSubcommandObject(args.GetArgumentAtIndex(num_args - 1), &matches); in CompleteModifiableCmdPathArgs()
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandObjectMultiword.h | 52 CommandObject *GetSubcommandObject(llvm::StringRef sub_cmd, 108 CommandObject *GetSubcommandObject(llvm::StringRef sub_cmd,
|
| H A D | CommandObject.h | 171 virtual CommandObject *GetSubcommandObject(llvm::StringRef sub_cmd,
|
| /freebsd/contrib/llvm-project/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 1600 cmd_obj->GetSubcommandObject(cmd_word.c_str()); in GetCommandObjectForCommand() 3640 cmd_obj->GetSubcommandObject(next_word.c_str()); in ResolveCommandImpl()
|