Home
last modified time | relevance | path

Searched refs:__esan_report (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/test/esan/TestCases/
Dworkingset-midreport.cpp31 if (__esan_report) { in main()
33 __esan_report(); in main()
/external/compiler-rt/include/sanitizer/
Desan_interface.h40 void COMPILER_RT_WEAK __esan_report();
/external/compiler-rt/lib/esan/
Desan_interface.cpp115 SANITIZER_INTERFACE_ATTRIBUTE void __esan_report() { in __esan_report() function