Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/lldb/include/lldb/Interpreter/
HDCommandInterpreter.h345 bool RemoveAlias(llvm::StringRef alias_name);
/freebsd-head/contrib/llvm-project/lldb/source/Commands/
HDCommandObjectCommands.cpp655 if (!m_interpreter.RemoveAlias(command_name)) { in DoExecute()
/freebsd-head/contrib/llvm-project/lldb/source/Interpreter/
HDCommandInterpreter.cpp1371 bool CommandInterpreter::RemoveAlias(llvm::StringRef alias_name) { in RemoveAlias() function in CommandInterpreter