Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h349 bool RemoveUserMultiword(llvm::StringRef multiword_name);
/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectCommands.cpp2674 bool did_remove = GetCommandInterpreter().RemoveUserMultiword(cmd_name); in DoExecute()
/freebsd/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1403 bool CommandInterpreter::RemoveUserMultiword(llvm::StringRef multi_name) { in RemoveUserMultiword() function in CommandInterpreter