Searched refs:GetSubcommandSP (Results 1 – 5 of 5) sorted by relevance
47 lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd,103 lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd,
161 virtual lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd,
42 CommandObjectSP CommandObjectMultiword::GetSubcommandSP(llvm::StringRef sub_cmd, in GetSubcommandSP() function in CommandObjectMultiword78 return GetSubcommandSP(sub_cmd, matches).get(); in GetSubcommandObject()367 CommandObjectProxy::GetSubcommandSP(llvm::StringRef sub_cmd, in GetSubcommandSP() function in CommandObjectProxy371 return proxy_command->GetSubcommandSP(sub_cmd, matches); in GetSubcommandSP()
544 subcommand_obj_sp = cmd_obj->GetSubcommandSP(sub_command); in HandleAliasingNormalCommand()
1246 cmd_obj_sp = cmd_obj_sp->GetSubcommandSP(cmd_words.GetArgumentAtIndex(i)); in GetUserCommandObject()