Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan_abi/
H A Dasan_abi_tbd.txt20 __asan_report_error
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dasan_interface.h257 void SANITIZER_CDECL __asan_report_error(void *pc, void *bp, void *sp,
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interface.inc70 INTERFACE_FUNCTION(__asan_report_error)
H A Dasan_interface_internal.h179 void __asan_report_error(uptr pc, uptr bp, uptr sp,
H A Dasan_report.cpp504 void __asan_report_error(uptr pc, uptr bp, uptr sp, uptr addr, int is_write, in __asan_report_error() function
H A Dasan_poisoning.cpp211 __asan_report_error(pc, bp, sp, __bad, isWrite, __size, 0);\