Home
last modified time | relevance | path

Searched refs:sub_cmd (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp31 CommandObjectMultiword::GetSubcommandSPExact(llvm::StringRef sub_cmd) { in GetSubcommandSPExact() argument
35 auto pos = m_subcommand_dict.find(std::string(sub_cmd)); in GetSubcommandSPExact()
42 CommandObjectSP CommandObjectMultiword::GetSubcommandSP(llvm::StringRef sub_cmd, in GetSubcommandSP() argument
47 CommandObjectSP return_cmd_sp = GetSubcommandSPExact(sub_cmd); in GetSubcommandSP()
50 matches->AppendString(sub_cmd); in GetSubcommandSP()
60 AddNamesMatchingPartialString(m_subcommand_dict, sub_cmd, *matches); 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, matche in GetSubcommandObject()
368 GetSubcommandSP(llvm::StringRef sub_cmd,StringList * matches) GetSubcommandSP() argument
376 GetSubcommandObject(llvm::StringRef sub_cmd,StringList * matches) GetSubcommandObject() argument
[all...]
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h47 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 DCommandObject.h161 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/sys/dev/axgbe/
H A Dxgbe-phy-v2.c2272 unsigned int sub_cmd) in xgbe_phy_perform_ratechange() argument
2287 XP_SET_BITS(s0, XP_DRIVER_SCRATCH_0, SUB_COMMAND, sub_cmd); in xgbe_phy_perform_ratechange()