Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/API/
DSBCommandInterpreter.cpp599 lldb::SBCommand SBCommandInterpreter::AddCommand( in AddCommand() function in SBCommandInterpreter
611 SBCommandInterpreter::AddCommand(const char *name, in AddCommand() function in SBCommandInterpreter
622 lldb::SBCommand SBCommandInterpreter::AddCommand( in AddCommand() function in SBCommandInterpreter
707 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand() function in SBCommand
718 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand() function in SBCommand
729 lldb::SBCommand SBCommand::AddCommand(const char *name, in AddCommand() function in SBCommand
/external/deqp-deps/amber/src/vkscript/
Dcommand_parser.h48 void AddCommand(std::unique_ptr<Command> command) { in AddCommand() function
/external/llvm-project/lldb/source/Interpreter/
DCommandInterpreter.cpp991 bool CommandInterpreter::AddCommand(llvm::StringRef name, in AddCommand() function in CommandInterpreter