Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h325 bool RemoveUserMultiword(llvm::StringRef multiword_name);
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectCommands.cpp2032 bool did_remove = GetCommandInterpreter().RemoveUserMultiword(cmd_name); in DoExecute()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1379 bool CommandInterpreter::RemoveUserMultiword(llvm::StringRef multi_name) { in RemoveUserMultiword() function in CommandInterpreter