Home
last modified time | relevance | path

Searched refs:GetSubcommandSP (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMultiword.cpp33 CommandObjectSP CommandObjectMultiword::GetSubcommandSP(llvm::StringRef sub_cmd, in GetSubcommandSP() function in CommandObjectMultiword
69 return GetSubcommandSP(sub_cmd, matches).get(); in GetSubcommandObject()
311 CommandObjectProxy::GetSubcommandSP(llvm::StringRef sub_cmd, in GetSubcommandSP() function in CommandObjectProxy
315 return proxy_command->GetSubcommandSP(sub_cmd, matches); in GetSubcommandSP()
H A DCommandObjectCommands.cpp714 subcommand_obj_sp = cmd_obj->GetSubcommandSP(sub_command); in HandleAliasingNormalCommand()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h43 lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd,
98 lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd,
H A DCommandObject.h156 virtual lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd,
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1033 cmd_obj_sp->GetSubcommandSP(cmd_words.GetArgumentAtIndex(j)); in GetCommandSPExact()