Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_interface_internal.h43 void __sanitizer_report_error_summary(const char *error_summary);
Dsanitizer_common.cc286 __sanitizer_report_error_summary(buff.data()); in ReportErrorSummary()
500 void __sanitizer_report_error_summary(const char *error_summary) { in __sanitizer_report_error_summary() function
Dsanitizer_mac.cc555 CHECK(dladdr((void*)((uptr)&__sanitizer_report_error_summary), &info)); in MaybeReexec()
/external/compiler-rt/include/sanitizer/
Dcommon_interface_defs.h53 void __sanitizer_report_error_summary(const char *error_summary);
/external/compiler-rt/lib/asan/
Dasan_win_dll_thunk.cc330 INTERFACE_FUNCTION(__sanitizer_report_error_summary)