Home
last modified time | relevance | path

Searched refs:DontDumpShadowMemory (Results 1 – 8 of 8) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_shadow_setup.cc42 if (common_flags()->use_madv_dontdump) DontDumpShadowMemory(beg, size); in ReserveShadowMemoryRange()
/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_posix.cc46 if (!DontDumpShadowMemory(addr, size)) { in DontDumpShadow()
/freebsd-12.1/contrib/compiler-rt/lib/esan/
H A Desan.cpp184 DontDumpShadowMemory(ShadowStart, ShadowEnd - ShadowStart); in initializeShadow()
/freebsd-12.1/contrib/compiler-rt/lib/msan/
H A Dmsan_linux.cc149 DontDumpShadowMemory(start, size); in InitShadow()
/freebsd-12.1/contrib/compiler-rt/lib/hwasan/
H A Dhwasan_linux.cc208 DontDumpShadowMemory(beg, size); in MadviseShadowRegion()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cc80 bool DontDumpShadowMemory(uptr addr, uptr length) { in DontDumpShadowMemory() function
H A Dsanitizer_common.h135 bool DontDumpShadowMemory(uptr addr, uptr length);
H A Dsanitizer_win.cc325 bool DontDumpShadowMemory(uptr addr, uptr length) { in DontDumpShadowMemory() function