Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h50 lldb::CommandObjectSP GetSubcommandSPExact(llvm::StringRef sub_cmd) override;
H A DCommandObject.h166 virtual lldb::CommandObjectSP GetSubcommandSPExact(llvm::StringRef sub_cmd) { in GetSubcommandSPExact() function
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMultiword.cpp31 CommandObjectMultiword::GetSubcommandSPExact(llvm::StringRef sub_cmd) { in GetSubcommandSPExact() function in CommandObjectMultiword
47 CommandObjectSP return_cmd_sp = GetSubcommandSPExact(sub_cmd); in GetSubcommandSP()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1010 cur_cmd_sp = cur_as_multi->GetSubcommandSPExact(cur_name); in VerifyUserMultiwordCmdPath()