Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h286 bool RemoveUser(llvm::StringRef alias_name);
/freebsd-13.1/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1648 m_interpreter.RemoveUser(cmd_name); in DoExecute()
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1212 bool CommandInterpreter::RemoveUser(llvm::StringRef alias_name) { in RemoveUser() function in CommandInterpreter