Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h340 bool RemoveUser(llvm::StringRef alias_name);
/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp1768 m_interpreter.RemoveUser(root_cmd); in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1370 bool CommandInterpreter::RemoveUser(llvm::StringRef user_name) { in RemoveUser() function in CommandInterpreter