Home
last modified time | relevance | path

Searched defs:AddCommand (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/API/
H A DSBCommandInterpreter.cpp587 lldb::SBCommand SBCommandInterpreter::AddCommand( in AddCommand() function in SBCommandInterpreter
599 SBCommandInterpreter::AddCommand(const char *name, in AddCommand() function in SBCommandInterpreter
610 lldb::SBCommand SBCommandInterpreter::AddCommand( in AddCommand() function in SBCommandInterpreter
695 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand() function in SBCommand
706 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand() function in SBCommand
717 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand() function in SBCommand
/freebsd-13.1/usr.sbin/ppp/
H A Dcommand.c2505 AddCommand(struct cmdargs const *arg) in AddCommand() function
/freebsd-13.1/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandInterpreter.cpp1001 bool CommandInterpreter::AddCommand(llvm::StringRef name, in AddCommand() function in CommandInterpreter