Home
last modified time | relevance | path

Searched refs:UserCommandExists (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp455 m_interpreter.UserCommandExists(alias_command)) { in HandleAliasingRawCommand()
549 m_interpreter.UserCommandExists(alias_command)) { in HandleAliasingNormalCommand()
1643 !m_interpreter.UserCommandExists(cmd_name)) { in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h273 bool UserCommandExists(llvm::StringRef cmd) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1039 if (UserCommandExists(name)) { in AddUserCommand()
1168 bool CommandInterpreter::UserCommandExists(llvm::StringRef cmd) const { in UserCommandExists() function in CommandInterpreter