Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp858 CommandInterpreter::GetCommandSP(llvm::StringRef cmd_str, bool include_aliases, in GetCommandSP() function in CommandInterpreter
1019 return GetCommandSP(cmd_str, include_aliases, true, nullptr); in GetCommandSPExact()
1023 CommandObjectSP cmd_obj_sp = GetCommandSP(llvm::StringRef(cmd_words.GetArgumentAtIndex(0)), in GetCommandSPExact()
1057 GetCommandSP(cmd_str, false, true, matches, descriptions).get(); in GetCommandObject()
1065 command_obj = GetCommandSP(cmd_str, true, true, matches, descriptions).get(); in GetCommandObject()
1072 command_obj = GetCommandSP(cmd_str, false, false, nullptr).get(); in GetCommandObject()
1085 return GetCommandSP(cmd_str, true, false, matches, descriptions).get(); in GetCommandObject()
1109 GetCommandSP(cmd, include_aliases, exact, &regular_matches)); in GetAliasFullName()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h539 lldb::CommandObjectSP GetCommandSP(llvm::StringRef cmd,