Searched refs:sub_cmd (Results 1 – 3 of 3) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/ |
| H A D | CommandObjectMultiword.cpp | 33 CommandObjectSP CommandObjectMultiword::GetSubcommandSP(llvm::StringRef sub_cmd, in GetSubcommandSP() argument 39 pos = m_subcommand_dict.find(sub_cmd); in GetSubcommandSP() 43 matches->AppendString(sub_cmd); in GetSubcommandSP() 50 AddNamesMatchingPartialString(m_subcommand_dict, sub_cmd, *matches); in GetSubcommandSP() 56 sub_cmd = matches->GetStringAtIndex(0); in GetSubcommandSP() 57 pos = m_subcommand_dict.find(sub_cmd); in GetSubcommandSP() 67 CommandObjectMultiword::GetSubcommandObject(llvm::StringRef sub_cmd, in GetSubcommandObject() argument 69 return GetSubcommandSP(sub_cmd, matches).get(); in GetSubcommandObject() 311 CommandObjectProxy::GetSubcommandSP(llvm::StringRef sub_cmd, in GetSubcommandSP() argument 315 return proxy_command->GetSubcommandSP(sub_cmd, matches); in GetSubcommandSP() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/ |
| H A D | CommandObjectMultiword.h | 43 lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd, 46 CommandObject *GetSubcommandObject(llvm::StringRef sub_cmd, 98 lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd, 101 CommandObject *GetSubcommandObject(llvm::StringRef sub_cmd,
|
| H A D | CommandObject.h | 156 virtual lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd, 161 virtual CommandObject *GetSubcommandObject(llvm::StringRef sub_cmd,
|