Searched refs:__asan_report_error (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_interface.inc | 70 INTERFACE_FUNCTION(__asan_report_error)
|
| H A D | asan_interface_internal.h | 179 void __asan_report_error(uptr pc, uptr bp, uptr sp,
|
| H A D | asan_report.cpp | 543 void __asan_report_error(uptr pc, uptr bp, uptr sp, uptr addr, int is_write, in __asan_report_error() function
|
| H A D | asan_poisoning.cpp | 279 __asan_report_error(pc, bp, sp, __bad, isWrite, __size, 0);\
|