Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Interpreter/
DCommandInterpreter.h295 bool UserMultiwordCommandExists(llvm::StringRef cmd) const;
/openbsd/src/gnu/llvm/lldb/source/Commands/
DCommandObjectCommands.cpp446 if (m_interpreter.UserMultiwordCommandExists(alias_command)) { in DoExecute()
542 if (m_interpreter.UserMultiwordCommandExists(alias_command)) { in HandleAliasingNormalCommand()
/openbsd/src/gnu/llvm/lldb/source/Interpreter/
DCommandInterpreter.cpp1342 bool CommandInterpreter::UserMultiwordCommandExists(llvm::StringRef cmd) const { in UserMultiwordCommandExists() function in CommandInterpreter