Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/API/
DSBCommandInterpreter.h50 AliasExists (const char *cmd);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/API/
DSBCommandInterpreter.cpp103 SBCommandInterpreter::AliasExists (const char *cmd) in AliasExists() function in SBCommandInterpreter
106 return m_opaque_ptr->AliasExists (cmd); in AliasExists()
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Commands/
DCommandObjectHelp.cpp87 bool is_alias_command = m_interpreter.AliasExists (command.GetArgumentAtIndex (0)); in DoExecute()
DCommandObjectCommands.cpp640 if (m_interpreter.AliasExists (alias_command.c_str()) in HandleAliasingRawCommand()
752 if (m_interpreter.AliasExists (alias_command.c_str()) in HandleAliasingNormalCommand()
842 if (m_interpreter.AliasExists (command_name)) in DoExecute()
/freebsd-10-stable/contrib/llvm/tools/lldb/include/lldb/Interpreter/
DCommandInterpreter.h109 AliasExists (const char *cmd);
/freebsd-10-stable/contrib/llvm/tools/lldb/source/Interpreter/
DCommandInterpreter.cpp1002 CommandInterpreter::AliasExists (const char *cmd) in AliasExists() function in CommandInterpreter