Searched refs:SendCommand (Results 1 – 4 of 4) sorted by relevance
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_symbolizer_libcdep.cc | 324 if (const char *buf = SendCommand(/*is_data*/ false, stack->info.module, in SymbolizePC() 334 SendCommand(/*is_data*/ true, info->module, info->module_offset)) { in SymbolizeData() 342 const char *LLVMSymbolizer::SendCommand(bool is_data, const char *module_name, in SendCommand() function in __sanitizer::LLVMSymbolizer 347 return symbolizer_process_->SendCommand(buffer_); in SendCommand() 362 const char *SymbolizerProcess::SendCommand(const char *command) { in SendCommand() function in __sanitizer::SymbolizerProcess
|
D | sanitizer_symbolizer_internal.h | 75 const char *SendCommand(const char *command); 127 const char *SendCommand(bool is_data, const char *module_name,
|
D | sanitizer_symbolizer_mac.cc | 140 const char *buf = process_->SendCommand(command); in SymbolizePC() 156 const char *buf = process_->SendCommand(command); in SymbolizeData()
|
D | sanitizer_symbolizer_posix_libcdep.cc | 284 SendCommand(stack->info.module, stack->info.module_offset)) { in SymbolizePC() 296 const char *SendCommand(const char *module_name, uptr module_offset) { in SendCommand() function in __sanitizer::Addr2LinePool 314 return addr2line->SendCommand(buffer); in SendCommand()
|