Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandObjectMultiword.h49 lldb::CommandObjectSP GetSubcommandSPExact(llvm::StringRef sub_cmd) override;
H A DCommandObject.h164 virtual lldb::CommandObjectSP GetSubcommandSPExact(llvm::StringRef sub_cmd) { in GetSubcommandSPExact() function
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectMultiword.cpp30 CommandObjectMultiword::GetSubcommandSPExact(llvm::StringRef sub_cmd) { in GetSubcommandSPExact() function in CommandObjectMultiword
46 CommandObjectSP return_cmd_sp = GetSubcommandSPExact(sub_cmd); in GetSubcommandSP()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp966 cur_cmd_sp = cur_as_multi->GetSubcommandSPExact(cur_name); in VerifyUserMultiwordCmdPath()