Searched refs:SendCommand (Results 1 – 4 of 4) sorted by relevance
163 const char *buf = process_->SendCommand(command); in SymbolizePC() 196 const char *buf = process_->SendCommand(command); in SymbolizeData()
279 SendCommand(stack->info.module, stack->info.module_offset)) { in SymbolizePC()291 const char *SendCommand(const char *module_name, uptr module_offset) { in SendCommand() function in __sanitizer::Addr2LinePool309 return addr2line->SendCommand(buffer); in SendCommand()
83 const char *SendCommand(const char *command);
472 return symbolizer_process_->SendCommand(buffer_); in FormatAndSendCommand()496 const char *SymbolizerProcess::SendCommand(const char *command) { in SendCommand() function in __sanitizer::SymbolizerProcess