Searched refs:sub_cmd (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Commands/ |
| H A D | CommandObjectMultiword.cpp | 30 CommandObjectMultiword::GetSubcommandSPExact(llvm::StringRef sub_cmd) { in GetSubcommandSPExact() argument 34 auto pos = m_subcommand_dict.find(std::string(sub_cmd)); in GetSubcommandSPExact() 46 CommandObjectSP return_cmd_sp = GetSubcommandSPExact(sub_cmd); in GetSubcommandSP() 49 matches->AppendString(sub_cmd); in GetSubcommandSP() 65 sub_cmd = matches->GetStringAtIndex(0); in GetSubcommandSP() 66 pos = m_subcommand_dict.find(std::string(sub_cmd)); in GetSubcommandSP() 75 CommandObjectMultiword::GetSubcommandObject(llvm::StringRef sub_cmd, in GetSubcommandObject() argument 77 return GetSubcommandSP(sub_cmd, matches).get(); in GetSubcommandObject() 372 CommandObjectProxy::GetSubcommandSP(llvm::StringRef sub_cmd, in GetSubcommandSP() argument 376 return proxy_command->GetSubcommandSP(sub_cmd, matches); in GetSubcommandSP() [all …]
|
| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | CommandObjectMultiword.h | 46 lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd, 49 lldb::CommandObjectSP GetSubcommandSPExact(llvm::StringRef sub_cmd) override; 51 CommandObject *GetSubcommandObject(llvm::StringRef sub_cmd, 102 lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd, 105 CommandObject *GetSubcommandObject(llvm::StringRef sub_cmd,
|
| H A D | CommandObject.h | 159 virtual lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd, 164 virtual lldb::CommandObjectSP GetSubcommandSPExact(llvm::StringRef sub_cmd) { in GetSubcommandSPExact() argument 168 virtual CommandObject *GetSubcommandObject(llvm::StringRef sub_cmd,
|