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.cc249 DontNeedShadowFor(thr->stk_addr, thr->stk_size); in ThreadFinish()
251 DontNeedShadowFor(thr->tls_addr, thr->tls_size); in ThreadFinish()
Dtsan_mman.cc63 DontNeedShadowFor(p, size); in OnUnmap()
Dtsan_rtl.cc165 void DontNeedShadowFor(uptr addr, uptr size) { in DontNeedShadowFor() function
Dtsan_rtl.h598 void DontNeedShadowFor(uptr addr, uptr size);
Dtsan_interceptors.cc707 DontNeedShadowFor((uptr)addr, sz); in TSAN_INTERCEPTOR()