Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h226 bool UserCommandExists(llvm::StringRef cmd) const;
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectCommands.cpp644 m_interpreter.UserCommandExists(alias_command)) { in HandleAliasingRawCommand()
745 m_interpreter.UserCommandExists(alias_command)) { in HandleAliasingNormalCommand()
1851 !m_interpreter.UserCommandExists(cmd_name)) { in DoExecute()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Interpreter/
H A DCommandInterpreter.cpp996 if (UserCommandExists(name)) { in AddUserCommand()
1125 bool CommandInterpreter::UserCommandExists(llvm::StringRef cmd) const { in UserCommandExists() function in CommandInterpreter