Searched refs:GetSubcommandSPExact (Results 1 – 4 of 4) sorted by relevance
50 lldb::CommandObjectSP GetSubcommandSPExact(llvm::StringRef sub_cmd) override;
166 virtual lldb::CommandObjectSP GetSubcommandSPExact(llvm::StringRef sub_cmd) { in GetSubcommandSPExact() function
31 CommandObjectMultiword::GetSubcommandSPExact(llvm::StringRef sub_cmd) { in GetSubcommandSPExact() function in CommandObjectMultiword 47 CommandObjectSP return_cmd_sp = GetSubcommandSPExact(sub_cmd); in GetSubcommandSP()
1010 cur_cmd_sp = cur_as_multi->GetSubcommandSPExact(cur_name); in VerifyUserMultiwordCmdPath()