Searched refs:__asan_report_error (Results 1 – 5 of 5) sorted by relevance
/openbsd/gnu/llvm/compiler-rt/include/sanitizer/ |
H A D | asan_interface.h | 245 void __asan_report_error(void *pc, void *bp, void *sp,
|
/openbsd/gnu/llvm/compiler-rt/lib/asan/ |
H A D | asan_interface.inc | 70 INTERFACE_FUNCTION(__asan_report_error)
|
H A D | asan_interface_internal.h | 178 void __asan_report_error(uptr pc, uptr bp, uptr sp,
|
H A D | asan_report.cpp | 504 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 | 215 __asan_report_error(pc, bp, sp, __bad, isWrite, __size, 0);\
|