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.cc289 DontNeedShadowFor(thr->stk_addr, thr->stk_size); in ThreadFinish()
291 DontNeedShadowFor(thr->tls_addr, thr->tls_size); in ThreadFinish()
Dtsan_mman.cc38 DontNeedShadowFor(p, size); in OnUnmap()
Dtsan_rtl.h578 void DontNeedShadowFor(uptr addr, uptr size);
Dtsan_rtl.cc229 void DontNeedShadowFor(uptr addr, uptr size) { in DontNeedShadowFor() function
Dtsan_interceptors.cc821 DontNeedShadowFor((uptr)addr, sz); in TSAN_INTERCEPTOR()