Searched refs:GetSubcommandSP (Results 1 – 5 of 5) sorted by relevance
46 lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd,102 lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd,
159 virtual lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd,
41 CommandObjectSP CommandObjectMultiword::GetSubcommandSP(llvm::StringRef sub_cmd, in GetSubcommandSP() function in CommandObjectMultiword77 return GetSubcommandSP(sub_cmd, matches).get(); in GetSubcommandObject()372 CommandObjectProxy::GetSubcommandSP(llvm::StringRef sub_cmd, in GetSubcommandSP() function in CommandObjectProxy376 return proxy_command->GetSubcommandSP(sub_cmd, matches); in GetSubcommandSP()
564 subcommand_obj_sp = cmd_obj->GetSubcommandSP(sub_command); in HandleAliasingNormalCommand()
1198 cmd_obj_sp = cmd_obj_sp->GetSubcommandSP(cmd_words.GetArgumentAtIndex(i)); in GetCommandSPExact()