Home
last modified time | relevance | path

Searched refs:GetSubcommandObject (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMultiword.cpp76 CommandObjectMultiword::GetSubcommandObject(llvm::StringRef sub_cmd, in GetSubcommandObject() function in CommandObjectMultiword
184 CommandObject *sub_cmd_obj = GetSubcommandObject(sub_command, &matches); in Execute()
263 CommandObject *cmd_obj = GetSubcommandObject(arg0, &temp_matches); in HandleCompletion()
276 CommandObject *sub_command_object = GetSubcommandObject(arg0, &new_matches); in HandleCompletion()
296 GetSubcommandObject(current_command_args[index].ref()); in GetRepeatCommand()
376 CommandObject *CommandObjectProxy::GetSubcommandObject(llvm::StringRef sub_cmd, in GetSubcommandObject() function in CommandObjectProxy
380 return proxy_command->GetSubcommandObject(sub_cmd, matches); in GetSubcommandObject()
H A DCommandObjectHelp.cpp124 sub_cmd_obj->GetSubcommandObject(sub_command.c_str(), &matches); in DoExecute()
H A DCommandCompletions.cpp848 mwc->GetSubcommandObject(args.GetArgumentAtIndex(num_args - 1), &matches); in CompleteModifiableCmdPathArgs()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h52 CommandObject *GetSubcommandObject(llvm::StringRef sub_cmd,
106 CommandObject *GetSubcommandObject(llvm::StringRef sub_cmd,
H A DCommandObject.h170 virtual CommandObject *GetSubcommandObject(llvm::StringRef sub_cmd,
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1506 cmd_obj->GetSubcommandObject(cmd_word.c_str()); in GetCommandObjectForCommand()
3415 cmd_obj->GetSubcommandObject(next_word.c_str()); in ResolveCommandImpl()