Searched refs:GetCommandSP (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Interpreter/ |
| H A D | CommandInterpreter.cpp | 973 CommandInterpreter::GetCommandSP(llvm::StringRef cmd_str, bool include_aliases, in GetCommandSP() function in CommandInterpreter 1178 return GetCommandSP(cmd_str, include_aliases, true); in GetCommandSPExact() 1183 GetCommandSP(cmd_words.GetArgumentAtIndex(0), include_aliases, true); in GetCommandSPExact() 1215 GetCommandSP(cmd_str, false, true, matches, descriptions).get(); in GetCommandObject() 1223 command_obj = GetCommandSP(cmd_str, true, true, matches, descriptions).get(); in GetCommandObject() 1230 command_obj = GetCommandSP(cmd_str, false, false, nullptr).get(); in GetCommandObject() 1243 return GetCommandSP(cmd_str, true, false, matches, descriptions).get(); in GetCommandObject() 1304 GetCommandSP(cmd, include_aliases, exact, ®ular_matches)); in GetAliasFullName()
|
| /llvm-project-15.0.7/lldb/include/lldb/Interpreter/ |
| H A D | CommandInterpreter.h | 646 lldb::CommandObjectSP GetCommandSP(llvm::StringRef cmd,
|