Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/API/
H A DSBCommandInterpreter.h66 lldb::SBCommand AddMultiwordCommand(const char *name, const char *help);
311 lldb::SBCommand AddMultiwordCommand(const char *name,
/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp572 lldb::SBCommand SBCommandInterpreter::AddMultiwordCommand(const char *name, in AddMultiwordCommand() function in SBCommandInterpreter
574 LLDB_RECORD_METHOD(lldb::SBCommand, SBCommandInterpreter, AddMultiwordCommand, in AddMultiwordCommand()
677 lldb::SBCommand SBCommand::AddMultiwordCommand(const char *name, in AddMultiwordCommand() function in SBCommand
679 LLDB_RECORD_METHOD(lldb::SBCommand, SBCommand, AddMultiwordCommand, in AddMultiwordCommand()
835 AddMultiwordCommand, (const char *, const char *)); in RegisterMethods()
853 LLDB_REGISTER_METHOD(lldb::SBCommand, SBCommand, AddMultiwordCommand, in RegisterMethods()