Home
last modified time | relevance | path

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

/external/vixl/src/vixl/a64/
Ddebugger-a64.cc35 C(HelpCommand) \
267 class HelpCommand : public DebugCommand { class
269 explicit HelpCommand(Token* name) : DebugCommand(name) {} in HelpCommand() function in vixl::HelpCommand
408 const char* HelpCommand::kAliases[] = { "help", NULL };
409 const char* HelpCommand::kArguments = NULL;
410 const char* HelpCommand::kHelp = " Print this help.";
1154 bool HelpCommand::Run(Debugger* debugger) { in Run()
1170 DebugCommand* HelpCommand::Build(std::vector<Token*> args) { in Build()
1175 return new HelpCommand(args[0]); in Build()