HomeSort by: relevance | last modified time | path
    Searched refs:DontDumpShadow (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_platform_posix.cpp 35 static void DontDumpShadow(uptr addr, uptr size) {
57 DontDumpShadow(ShadowBeg(), ShadowEnd() - ShadowBeg());
70 DontDumpShadow(meta, meta_size);
  /src/external/gpl3/gcc/dist/libsanitizer/tsan/
tsan_platform_posix.cpp 35 void DontDumpShadow(uptr addr, uptr size) {
57 DontDumpShadow(ShadowBeg(), ShadowEnd() - ShadowBeg());
70 DontDumpShadow(meta, meta_size);
tsan_rtl.cpp 221 DontDumpShadow(shadow_begin, shadow_end - shadow_begin);
tsan_rtl.h 487 void DontDumpShadow(uptr addr, uptr size);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_platform_posix.cc 44 static void DontDumpShadow(uptr addr, uptr size) {
103 DontDumpShadow(ShadowBeg(), ShadowEnd() - ShadowBeg());
117 DontDumpShadow(meta, meta_size);

Completed in 27 milliseconds