Home
last modified time | relevance | path

Searched refs:AddMultiwordCommand (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/API/
H A DSBCommandInterpreter.h68 lldb::SBCommand AddMultiwordCommand(const char *name, const char *help);
315 lldb::SBCommand AddMultiwordCommand(const char *name,
/llvm-project-15.0.7/lldb/examples/plugins/commands/
H A Dfooplugin.cpp43 lldb::SBCommand foo = interpreter.AddMultiwordCommand("foo", NULL); in PluginInitialize()
/llvm-project-15.0.7/lldb/test/API/functionalities/plugins/command_plugin/
H A Dplugin.cpp.template42 lldb::SBCommand foo = interpreter.AddMultiwordCommand("plugin_loaded_command",NULL);
/llvm-project-15.0.7/lldb/unittests/API/
H A DSBCommandInterpreterTest.cpp83 auto command = m_interp.AddMultiwordCommand("multicommand", /*help=*/nullptr); in TEST_F()
/llvm-project-15.0.7/lldb/source/API/
H A DSBCommandInterpreter.cpp539 lldb::SBCommand SBCommandInterpreter::AddMultiwordCommand(const char *name, in AddMultiwordCommand() function in SBCommandInterpreter
632 lldb::SBCommand SBCommand::AddMultiwordCommand(const char *name, in AddMultiwordCommand() function in SBCommand
/llvm-project-15.0.7/lldb/tools/intel-features/intel-mpx/
H A Dcli-wrapper-mpxtable.cpp410 lldb::SBCommand mpxTable = interpreter.AddMultiwordCommand( in MPXPluginInitialize()