Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/Interpreter/
H A DCommandInterpreter.h334 bool RemoveUserMultiword(llvm::StringRef multiword_name);
/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectCommands.cpp2035 bool did_remove = GetCommandInterpreter().RemoveUserMultiword(cmd_name); in DoExecute()
/openbsd-src/gnu/llvm/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1397 bool CommandInterpreter::RemoveUserMultiword(llvm::StringRef multi_name) { in RemoveUserMultiword() function in CommandInterpreter