Searched refs:sub_cmd (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/lldb/source/Commands/ |
| D | CommandObjectMultiword.cpp | 29 CommandObjectSP CommandObjectMultiword::GetSubcommandSP(llvm::StringRef sub_cmd, in GetSubcommandSP() argument 35 pos = m_subcommand_dict.find(std::string(sub_cmd)); in GetSubcommandSP() 39 matches->AppendString(sub_cmd); in GetSubcommandSP() 46 AddNamesMatchingPartialString(m_subcommand_dict, sub_cmd, *matches); in GetSubcommandSP() 52 sub_cmd = matches->GetStringAtIndex(0); in GetSubcommandSP() 53 pos = m_subcommand_dict.find(std::string(sub_cmd)); in GetSubcommandSP() 63 CommandObjectMultiword::GetSubcommandObject(llvm::StringRef sub_cmd, in GetSubcommandObject() argument 65 return GetSubcommandSP(sub_cmd, matches).get(); in GetSubcommandObject() 321 CommandObjectProxy::GetSubcommandSP(llvm::StringRef sub_cmd, in GetSubcommandSP() argument 325 return proxy_command->GetSubcommandSP(sub_cmd, matches); in GetSubcommandSP() [all …]
|
| /freebsd-12-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| D | CommandObjectMultiword.h | 40 lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd, 43 CommandObject *GetSubcommandObject(llvm::StringRef sub_cmd, 99 lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd, 102 CommandObject *GetSubcommandObject(llvm::StringRef sub_cmd,
|
| D | CommandObject.h | 157 virtual lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd, 162 virtual CommandObject *GetSubcommandObject(llvm::StringRef sub_cmd,
|