Home
last modified time | relevance | path

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

/src/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h345 bool RemoveAlias(llvm::StringRef alias_name);
/src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp655 if (!m_interpreter.RemoveAlias(command_name)) { in DoExecute()
/src/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1371 bool CommandInterpreter::RemoveAlias(llvm::StringRef alias_name) { in RemoveAlias() function in CommandInterpreter