Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp991 CommandInterpreter::GetCommandSP(llvm::StringRef cmd_str, bool include_aliases, in GetCommandSP() function in CommandInterpreter
1196 return GetCommandSP(cmd_str, include_aliases, true); in GetCommandSPExact()
1201 GetCommandSP(cmd_words.GetArgumentAtIndex(0), include_aliases, true); in GetCommandSPExact()
1233 GetCommandSP(cmd_str, false, true, matches, descriptions).get(); in GetCommandObject()
1241 command_obj = GetCommandSP(cmd_str, true, true, matches, descriptions).get(); in GetCommandObject()
1248 command_obj = GetCommandSP(cmd_str, false, false, nullptr).get(); in GetCommandObject()
1261 return GetCommandSP(cmd_str, true, false, matches, descriptions).get(); in GetCommandObject()
1322 GetCommandSP(cmd, include_aliases, exact, &regular_matches)); in GetAliasFullName()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h658 lldb::CommandObjectSP GetCommandSP(llvm::StringRef cmd,