Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_posix.cpp37 if (!DontDumpShadowMemory(addr, size)) { in DontDumpShadow()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_libcdep.cpp177 DontDumpShadowMemory(beg, size); in ReserveShadowMemoryRange()
H A Dsanitizer_posix_libcdep.cpp76 bool DontDumpShadowMemory(uptr addr, uptr length) { in DontDumpShadowMemory() function
H A Dsanitizer_win.cpp380 bool DontDumpShadowMemory(uptr addr, uptr length) { in DontDumpShadowMemory() function
H A Dsanitizer_common.h176 bool DontDumpShadowMemory(uptr addr, uptr length);
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp162 DontDumpShadowMemory(start, size); in InitShadow()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp1217 DontDumpShadowMemory(start, size); in InitShadow()