Home
last modified time | relevance | path

Searched refs:__asan_report_store2 (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_rtl_static.cpp31 REPORT_FUNCTION(__asan_report_store2)
H A Dasan_interface.inc97 INTERFACE_FUNCTION(__asan_report_store2)
H A Dasan_rtl.cpp268 case 8: __asan_report_store2(0); break; in force_interface_symbols()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan_abi/
H A Dasan_abi_shim.cpp93 void __asan_report_store2(uptr addr) { in __asan_report_store2() function