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

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl_thread.cc 280 DontNeedShadowFor(thr->stk_addr, thr->stk_size);
282 DontNeedShadowFor(thr->tls_addr, thr->tls_size);
tsan_mman.cc 43 DontNeedShadowFor(p, size);
tsan_rtl.cc 238 void DontNeedShadowFor(uptr addr, uptr size) {
tsan_rtl.h 678 void DontNeedShadowFor(uptr addr, uptr size);
tsan_interceptors.cc 796 DontNeedShadowFor((uptr)addr, sz);
  /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_rtl_thread.cpp 226 DontNeedShadowFor(thr->stk_addr, thr->stk_size);
228 DontNeedShadowFor(thr->tls_addr, thr->tls_size);
tsan_rtl.cpp 268 void DontNeedShadowFor(uptr addr, uptr size) {
276 DontNeedShadowFor(addr, size);
tsan_mman.cpp 42 DontNeedShadowFor(p, size);
tsan_rtl.h 434 void DontNeedShadowFor(uptr addr, uptr size);

Completed in 30 milliseconds