Searched refs:sub_cmd (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/lldb/source/Commands/ |
| H A D | CommandObjectMultiword.cpp | 31 CommandObjectMultiword::GetSubcommandSPExact(llvm::StringRef sub_cmd) { in GetSubcommandSPExact() argument 35 auto pos = m_subcommand_dict.find(std::string(sub_cmd)); in GetSubcommandSPExact() 47 CommandObjectSP return_cmd_sp = GetSubcommandSPExact(sub_cmd); in GetSubcommandSP() 50 matches->AppendString(sub_cmd); in GetSubcommandSP() 66 sub_cmd = matches->GetStringAtIndex(0); in GetSubcommandSP() 67 pos = m_subcommand_dict.find(std::string(sub_cmd)); in GetSubcommandSP() 76 CommandObjectMultiword::GetSubcommandObject(llvm::StringRef sub_cmd, in GetSubcommandObject() argument 78 return GetSubcommandSP(sub_cmd, matches).get(); in GetSubcommandObject() 367 CommandObjectProxy::GetSubcommandSP(llvm::StringRef sub_cmd, in GetSubcommandSP() argument 371 return proxy_command->GetSubcommandSP(sub_cmd, matches); in GetSubcommandSP() [all …]
|
| /freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/ |
| H A D | CommandObjectMultiword.h | 47 lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd, 50 lldb::CommandObjectSP GetSubcommandSPExact(llvm::StringRef sub_cmd) override; 52 CommandObject *GetSubcommandObject(llvm::StringRef sub_cmd, 103 lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd, 106 CommandObject *GetSubcommandObject(llvm::StringRef sub_cmd,
|
| H A D | CommandObject.h | 161 virtual lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd, 166 virtual lldb::CommandObjectSP GetSubcommandSPExact(llvm::StringRef sub_cmd) { in GetSubcommandSPExact() argument 170 virtual CommandObject *GetSubcommandObject(llvm::StringRef sub_cmd,
|
| /freebsd-14.2/sys/dev/axgbe/ |
| H A D | xgbe-phy-v2.c | 2027 unsigned int sub_cmd) in xgbe_phy_perform_ratechange() argument 2038 XP_SET_BITS(s0, XP_DRIVER_SCRATCH_0, SUB_COMMAND, sub_cmd); in xgbe_phy_perform_ratechange()
|