Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan.h116 extern int hwasan_report_count;
H A Dhwasan.cpp53 int hwasan_report_count = 0; variable
216 if (flags()->print_stats && (flags()->atexit || hwasan_report_count > 0)) in HwasanAtExit()
218 if (hwasan_report_count > 0) { in HwasanAtExit()
H A Dhwasan_report.cpp45 ++hwasan_report_count; in ScopedReport()