Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp994 CommandInterpreter::GetCommandSP(llvm::StringRef cmd_str, bool include_aliases, in GetCommandSP() function in CommandInterpreter
1203 return GetCommandSP(cmd_str, include_aliases, true); in GetCommandSPExact()
1208 GetCommandSP(cmd_words.GetArgumentAtIndex(0), include_aliases, true); in GetCommandSPExact()
1241 return GetCommandSP(cmd_str, /*include_aliases=*/true, /*exact=*/false, in GetCommandObject()
1304 GetCommandSP(cmd, include_aliases, exact, &regular_matches)); in GetAliasFullName()
/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h668 lldb::CommandObjectSP GetCommandSP(llvm::StringRef cmd,