Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp861 CommandInterpreter::GetCommandSP(llvm::StringRef cmd_str, bool include_aliases, in GetCommandSP() function in CommandInterpreter
1022 return GetCommandSP(cmd_str, include_aliases, true, nullptr); in GetCommandSPExact()
1026 CommandObjectSP cmd_obj_sp = GetCommandSP(llvm::StringRef(cmd_words.GetArgumentAtIndex(0)), in GetCommandSPExact()
1060 GetCommandSP(cmd_str, false, true, matches, descriptions).get(); in GetCommandObject()
1068 command_obj = GetCommandSP(cmd_str, true, true, matches, descriptions).get(); in GetCommandObject()
1075 command_obj = GetCommandSP(cmd_str, false, false, nullptr).get(); in GetCommandObject()
1088 return GetCommandSP(cmd_str, true, false, matches, descriptions).get(); in GetCommandObject()
1112 GetCommandSP(cmd, include_aliases, exact, &regular_matches)); in GetAliasFullName()
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h510 lldb::CommandObjectSP GetCommandSP(llvm::StringRef cmd,