Home
last modified time | relevance | path

Searched refs:AliasExists (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/gnu/llvm/lldb/bindings/interface/
H A DSBCommandInterpreter.i111 AliasExists (const char *cmd);
/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBCommandInterpreter.h50 bool AliasExists(const char *cmd);
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreter.cpp121 bool SBCommandInterpreter::AliasExists(const char *cmd) { in AliasExists() function in SBCommandInterpreter
124 return (((cmd != nullptr) && IsValid()) ? m_opaque_ptr->AliasExists(cmd) in AliasExists()
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectCommands.cpp498 if (m_interpreter.AliasExists(alias_command) || in HandleAliasingRawCommand()
595 if (m_interpreter.AliasExists(alias_command) || in HandleAliasingNormalCommand()
691 if (m_interpreter.AliasExists(command_name)) in DoExecute()
/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h288 bool AliasExists(llvm::StringRef cmd) const;
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1334 bool CommandInterpreter::AliasExists(llvm::StringRef cmd) const { in AliasExists() function in CommandInterpreter