Home
last modified time | relevance | path

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

/external/vixl/src/vixl/a64/
Ddebugger-a64.cc39 C(PrintCommand) \
325 class PrintCommand : public DebugCommand { class
327 PrintCommand(Token* name, Token* target, FormatToken* format) in PrintCommand() function in vixl::PrintCommand
329 virtual ~PrintCommand() { in ~PrintCommand()
427 const char* PrintCommand::kAliases[] = { "print", "p", NULL };
428 const char* PrintCommand::kArguments = "<entity>[.format]";
429 const char* PrintCommand::kHelp =
1264 void PrintCommand::Print(FILE* out) { in Print()
1271 bool PrintCommand::Run(Debugger* debugger) { in Run()
1318 DebugCommand* PrintCommand::Build(std::vector<Token*> args) { in Build()
[all …]