Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h598 const CommandObject::CommandMap &GetUserCommands() const { in GetUserCommands() function
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1287 CommandObject *exact_cmd = find_exact(GetUserCommands()); in GetUserCommandObject()
1298 AddNamesMatchingPartialString(GetUserCommands(), cmd_str, *matches_ptr); in GetUserCommandObject()