Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/include/lldb/API/
H A DSBCommandInterpreter.h68 lldb::SBCommand AddMultiwordCommand(const char *name, const char *help);
315 lldb::SBCommand AddMultiwordCommand(const char *name,
/openbsd-src/gnu/llvm/lldb/examples/plugins/commands/
H A Dfooplugin.cpp43 lldb::SBCommand foo = interpreter.AddMultiwordCommand("foo", NULL); in PluginInitialize()
/openbsd-src/gnu/llvm/lldb/source/API/
H A DSBCommandInterpreter.cpp540 lldb::SBCommand SBCommandInterpreter::AddMultiwordCommand(const char *name, in AddMultiwordCommand() function in SBCommandInterpreter
633 lldb::SBCommand SBCommand::AddMultiwordCommand(const char *name, in AddMultiwordCommand() function in SBCommand
/openbsd-src/gnu/llvm/lldb/tools/intel-features/intel-mpx/
H A Dcli-wrapper-mpxtable.cpp410 lldb::SBCommand mpxTable = interpreter.AddMultiwordCommand( in MPXPluginInitialize()