Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_platform_posix.cpp37 if (!DontDumpShadowMemory(addr, size)) { in DontDumpShadow()
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_posix.cpp37 if (!DontDumpShadowMemory(addr, size)) { in DontDumpShadow()
/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_libcdep.cpp173 DontDumpShadowMemory(beg, size); in ReserveShadowMemoryRange()
H A Dsanitizer_posix_libcdep.cpp76 bool DontDumpShadowMemory(uptr addr, uptr length) { in DontDumpShadowMemory() function
H A Dsanitizer_common.h175 bool DontDumpShadowMemory(uptr addr, uptr length);
H A Dsanitizer_win.cpp378 bool DontDumpShadowMemory(uptr addr, uptr length) { in DontDumpShadowMemory() function
/llvm-project-15.0.7/compiler-rt/lib/msan/
H A Dmsan_linux.cpp147 DontDumpShadowMemory(start, size); in InitShadow()
/llvm-project-15.0.7/compiler-rt/lib/dfsan/
H A Ddfsan.cpp1099 DontDumpShadowMemory(start, size); in InitShadow()