Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/compiler-rt/include/sanitizer/
HDasan_interface.h245 void __asan_report_error(void *pc, void *bp, void *sp,
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_interface.inc69 INTERFACE_FUNCTION(__asan_report_error)
HDasan_interface_internal.h163 void __asan_report_error(uptr pc, uptr bp, uptr sp,
HDasan_poisoning.cpp224 __asan_report_error(pc, bp, sp, __bad, isWrite, __size, 0);\
HDasan_report.cpp481 void __asan_report_error(uptr pc, uptr bp, uptr sp, uptr addr, int is_write, in __asan_report_error() function