Searched refs:GetSubcommandSPExact (Results 1 – 4 of 4) sorted by relevance
50 lldb::CommandObjectSP GetSubcommandSPExact(llvm::StringRef sub_cmd) override;
167 virtual lldb::CommandObjectSP GetSubcommandSPExact(llvm::StringRef sub_cmd) { in GetSubcommandSPExact() function
31 CommandObjectMultiword::GetSubcommandSPExact(llvm::StringRef sub_cmd) { in GetSubcommandSPExact() function in CommandObjectMultiword47 CommandObjectSP return_cmd_sp = GetSubcommandSPExact(sub_cmd); in GetSubcommandSP()
1017 cur_cmd_sp = cur_as_multi->GetSubcommandSPExact(cur_name); in VerifyUserMultiwordCmdPath()1042 return language_cmd_sp->GetSubcommandSPExact(lang_name); in GetFrameLanguageCommand()1172 command_sp = lang_subcmd_sp->GetSubcommandSPExact(cmd_str); in GetCommandSP()