Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMultiword.cpp67 CommandObjectMultiword::GetSubcommandObject(llvm::StringRef sub_cmd, in GetSubcommandObject() function in CommandObjectMultiword
116 CommandObject *sub_cmd_obj = GetSubcommandObject(sub_command, &matches); in Execute()
201 CommandObject *cmd_obj = GetSubcommandObject(arg0, &temp_matches); in HandleCompletion()
216 CommandObject *sub_command_object = GetSubcommandObject(arg0, &new_matches); in HandleCompletion()
237 GetSubcommandObject(current_command_args[index].ref); in GetRepeatCommand()
319 CommandObject *CommandObjectProxy::GetSubcommandObject(llvm::StringRef sub_cmd, in GetSubcommandObject() function in CommandObjectProxy
323 return proxy_command->GetSubcommandObject(sub_cmd, matches); in GetSubcommandObject()
H A DCommandObjectHelp.cpp128 sub_cmd_obj->GetSubcommandObject(sub_command.c_str(), &matches); in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h46 CommandObject *GetSubcommandObject(llvm::StringRef sub_cmd,
101 CommandObject *GetSubcommandObject(llvm::StringRef sub_cmd,
H A DCommandObject.h161 virtual CommandObject *GetSubcommandObject(llvm::StringRef sub_cmd,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1263 cmd_obj->GetSubcommandObject(cmd_word.c_str()); in GetCommandObjectForCommand()
3055 cmd_obj->GetSubcommandObject(next_word.c_str()); in ResolveCommandImpl()