Home
last modified time | relevance | path

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

/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandObjectMultiword.h40 lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd,
99 lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd,
DCommandObject.h157 virtual lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd,
/external/llvm-project/lldb/source/Commands/
DCommandObjectMultiword.cpp29 CommandObjectSP CommandObjectMultiword::GetSubcommandSP(llvm::StringRef sub_cmd, in GetSubcommandSP() function in CommandObjectMultiword
65 return GetSubcommandSP(sub_cmd, matches).get(); in GetSubcommandObject()
323 CommandObjectProxy::GetSubcommandSP(llvm::StringRef sub_cmd, in GetSubcommandSP() function in CommandObjectProxy
327 return proxy_command->GetSubcommandSP(sub_cmd, matches); in GetSubcommandSP()
DCommandObjectCommands.cpp539 subcommand_obj_sp = cmd_obj->GetSubcommandSP(sub_command); in HandleAliasingNormalCommand()
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp1066 cmd_obj_sp->GetSubcommandSP(cmd_words.GetArgumentAtIndex(j)); in GetCommandSPExact()