Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/bindings/interface/
H A DSBCommandInterpreter.i111 AliasExists (const char *cmd);
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp123 bool SBCommandInterpreter::AliasExists(const char *cmd) { in AliasExists() function in SBCommandInterpreter
124 LLDB_RECORD_METHOD(bool, SBCommandInterpreter, AliasExists, (const char *), in AliasExists()
127 return (((cmd != nullptr) && IsValid()) ? m_opaque_ptr->AliasExists(cmd) in AliasExists()
767 LLDB_REGISTER_METHOD(bool, SBCommandInterpreter, AliasExists, in RegisterMethods()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h50 bool AliasExists(const char *cmd);
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp454 if (m_interpreter.AliasExists(alias_command) || in HandleAliasingRawCommand()
548 if (m_interpreter.AliasExists(alias_command) || in HandleAliasingNormalCommand()
644 if (m_interpreter.AliasExists(command_name)) in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h271 bool AliasExists(llvm::StringRef cmd) const;
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1164 bool CommandInterpreter::AliasExists(llvm::StringRef cmd) const { in AliasExists() function in CommandInterpreter
/freebsd-13.1/lib/clang/liblldb/
H A DLLDBWrapLua.cpp11881 result = (bool)(arg1)->AliasExists((char const *)arg2); in _wrap_SBCommandInterpreter_AliasExists()