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

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cc64 DontDumpShadowMemory(kShadowBeg, kShadowEnd - kShadowBeg);
H A Dtsan_platform_linux.cc228 DontDumpShadowMemory(kShadowBeg, kShadowEnd - kShadowBeg);
243 DontDumpShadowMemory(meta, meta_size);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cc56 void DontDumpShadowMemory(uptr addr, uptr length) { function in namespace:__sanitizer
H A Dsanitizer_common.h89 void DontDumpShadowMemory(uptr addr, uptr length);
H A Dsanitizer_win.cc153 void DontDumpShadowMemory(uptr addr, uptr length) { function in namespace:__sanitizer
/external/compiler-rt/lib/msan/
H A Dmsan_linux.cc123 DontDumpShadowMemory(start, size);
/external/compiler-rt/lib/asan/
H A Dasan_rtl.cc106 DontDumpShadowMemory(beg, size);

Completed in 225 milliseconds