Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h47 lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd,
103 lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd,
H A DCommandObject.h161 virtual lldb::CommandObjectSP GetSubcommandSP(llvm::StringRef sub_cmd,
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectMultiword.cpp42 CommandObjectSP CommandObjectMultiword::GetSubcommandSP(llvm::StringRef sub_cmd, in GetSubcommandSP() function in CommandObjectMultiword
78 return GetSubcommandSP(sub_cmd, matches).get(); in GetSubcommandObject()
368 CommandObjectProxy::GetSubcommandSP(llvm::StringRef sub_cmd, in GetSubcommandSP() function in CommandObjectProxy
372 return proxy_command->GetSubcommandSP(sub_cmd, matches); in GetSubcommandSP()
H A DCommandObjectCommands.cpp567 subcommand_obj_sp = cmd_obj->GetSubcommandSP(sub_command); in HandleAliasingNormalCommand()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1216 cmd_obj_sp = cmd_obj_sp->GetSubcommandSP(cmd_words.GetArgumentAtIndex(i)); in GetCommandSPExact()