Searched refs:GetSubcommandSPExact (Results 1 – 4 of 4) sorted by relevance
49 lldb::CommandObjectSP GetSubcommandSPExact(llvm::StringRef sub_cmd) override;
164 virtual lldb::CommandObjectSP GetSubcommandSPExact(llvm::StringRef sub_cmd) { in GetSubcommandSPExact() function
30 CommandObjectMultiword::GetSubcommandSPExact(llvm::StringRef sub_cmd) { in GetSubcommandSPExact() function in CommandObjectMultiword46 CommandObjectSP return_cmd_sp = GetSubcommandSPExact(sub_cmd); in GetSubcommandSP()
966 cur_cmd_sp = cur_as_multi->GetSubcommandSPExact(cur_name); in VerifyUserMultiwordCmdPath()