Searched refs:GetSubcommandSP (Results 1 – 5 of 5) sorted by relevance
29 CommandObjectSP CommandObjectMultiword::GetSubcommandSP(llvm::StringRef sub_cmd, in GetSubcommandSP() function in CommandObjectMultiword65 return GetSubcommandSP(sub_cmd, matches).get(); in GetSubcommandObject()321 CommandObjectProxy::GetSubcommandSP(llvm::StringRef sub_cmd, in GetSubcommandSP() function in CommandObjectProxy325 return proxy_command->GetSubcommandSP(sub_cmd, matches); in GetSubcommandSP()
520 subcommand_obj_sp = cmd_obj->GetSubcommandSP(sub_command); in HandleAliasingNormalCommand()
40 lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd,99 lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd,
157 virtual lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd,
1082 cmd_obj_sp = cmd_obj_sp->GetSubcommandSP(cmd_words.GetArgumentAtIndex(i)); in GetCommandSPExact()