Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_posix.cpp34 if (!DontDumpShadowMemory(addr, size)) { in DontDumpShadow()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_libcdep.cpp160 DontDumpShadowMemory(beg, size); in ReserveShadowMemoryRange()
H A Dsanitizer_posix_libcdep.cpp76 bool DontDumpShadowMemory(uptr addr, uptr length) { in DontDumpShadowMemory() function
H A Dsanitizer_win.cpp352 bool DontDumpShadowMemory(uptr addr, uptr length) { in DontDumpShadowMemory() function
H A Dsanitizer_common.h171 bool DontDumpShadowMemory(uptr addr, uptr length);
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_linux.cpp147 DontDumpShadowMemory(start, size); in InitShadow()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan.cpp973 DontDumpShadowMemory(start, size); in InitShadow()