Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cc293 DontNeedShadowFor(thr->stk_addr, thr->stk_size); in ThreadFinish()
295 DontNeedShadowFor(thr->tls_addr, thr->tls_size); in ThreadFinish()
Dtsan_mman.cc40 DontNeedShadowFor(p, size); in OnUnmap()
Dtsan_rtl.h587 void DontNeedShadowFor(uptr addr, uptr size);
Dtsan_rtl.cc235 void DontNeedShadowFor(uptr addr, uptr size) { in DontNeedShadowFor() function
Dtsan_interceptors.cc794 DontNeedShadowFor((uptr)addr, sz); in TSAN_INTERCEPTOR()