Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan_abi/
H A Dasan_abi_tbd.txt14 __asan_get_report_access_type
/freebsd/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dasan_interface.h167 int SANITIZER_CDECL __asan_get_report_access_type(void);
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_interface.inc34 INTERFACE_FUNCTION(__asan_get_report_access_type)
H A Dasan_interface_internal.h157 int __asan_get_report_access_type();
H A Dasan_report.cpp554 int __asan_get_report_access_type() { in __asan_get_report_access_type() function