Home
last modified time | relevance | path

Searched refs:DontNeedShadowFor (Results 1 – 5 of 5) sorted by relevance

/freebsd-12.1/contrib/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cc280 DontNeedShadowFor(thr->stk_addr, thr->stk_size); in ThreadFinish()
282 DontNeedShadowFor(thr->tls_addr, thr->tls_size); in ThreadFinish()
H A Dtsan_mman.cc43 DontNeedShadowFor(p, size); in OnUnmap()
H A Dtsan_rtl.h678 void DontNeedShadowFor(uptr addr, uptr size);
H A Dtsan_rtl.cc238 void DontNeedShadowFor(uptr addr, uptr size) { in DontNeedShadowFor() function
H A Dtsan_interceptors.cc791 DontNeedShadowFor((uptr)addr, sz); in TSAN_INTERCEPTOR()