Searched defs:ReportErrorSummary (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_libcdep.cc48 void ReportErrorSummary(const char *error_type, StackTrace *stack) { function in namespace:__sanitizer
52 ReportErrorSummary(error_type);
59 ReportErrorSummary(error_type, frame->info);
H A Dsanitizer_common.cc232 void ReportErrorSummary(const char *error_message) { function in namespace:__sanitizer
241 void ReportErrorSummary(const char *error_type, const AddressInfo &info) { function in namespace:__sanitizer
247 ReportErrorSummary(buff.data());

Completed in 78 milliseconds