Home
last modified time | relevance | path

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

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