Home
last modified time | relevance | path

Searched refs:GetCommandSP (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp901 CommandInterpreter::GetCommandSP(llvm::StringRef cmd_str, bool include_aliases, in GetCommandSP() function in CommandInterpreter
1062 return GetCommandSP(cmd_str, include_aliases, true); in GetCommandSPExact()
1067 GetCommandSP(cmd_words.GetArgumentAtIndex(0), include_aliases, true); in GetCommandSPExact()
1099 GetCommandSP(cmd_str, false, true, matches, descriptions).get(); in GetCommandObject()
1107 command_obj = GetCommandSP(cmd_str, true, true, matches, descriptions).get(); in GetCommandObject()
1114 command_obj = GetCommandSP(cmd_str, false, false, nullptr).get(); in GetCommandObject()
1127 return GetCommandSP(cmd_str, true, false, matches, descriptions).get(); in GetCommandObject()
1152 GetCommandSP(cmd, include_aliases, exact, &regular_matches)); in GetAliasFullName()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h578 lldb::CommandObjectSP GetCommandSP(llvm::StringRef cmd,