Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h321 bool RemoveAlias(llvm::StringRef alias_name);
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectCommands.cpp687 if (!m_interpreter.RemoveAlias(command_name)) { in DoExecute()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1348 bool CommandInterpreter::RemoveAlias(llvm::StringRef alias_name) { in RemoveAlias() function in CommandInterpreter