Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_rtl_static.cpp32 REPORT_FUNCTION(__asan_report_store4)
H A Dasan_interface.inc98 INTERFACE_FUNCTION(__asan_report_store4)
H A Dasan_rtl.cpp269 case 9: __asan_report_store4(0); break; in force_interface_symbols()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan_abi/
H A Dasan_abi_shim.cpp96 void __asan_report_store4(uptr addr) { in __asan_report_store4() function