Home
last modified time | relevance | path

Searched defs:GetSubcommandSPExact (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
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