Home
last modified time | relevance | path

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

/external/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cc281 DontNeedShadowFor(thr->stk_addr, thr->stk_size); in ThreadFinish()
283 DontNeedShadowFor(thr->tls_addr, thr->tls_size); in ThreadFinish()
Dtsan_mman.cc40 DontNeedShadowFor(p, size); in OnUnmap()
Dtsan_rtl.h620 void DontNeedShadowFor(uptr addr, uptr size);
Dtsan_rtl.cc235 void DontNeedShadowFor(uptr addr, uptr size) { in DontNeedShadowFor() function
Dtsan_interceptors.cc735 DontNeedShadowFor((uptr)addr, sz); in TSAN_INTERCEPTOR()
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_rtl_thread.cpp284 DontNeedShadowFor(thr->stk_addr, thr->stk_size); in ThreadFinish()
286 DontNeedShadowFor(thr->tls_addr, thr->tls_size); in ThreadFinish()
Dtsan_mman.cpp42 DontNeedShadowFor(p, size); in OnUnmap()
Dtsan_rtl.cpp239 void DontNeedShadowFor(uptr addr, uptr size) { in DontNeedShadowFor() function
246 DontNeedShadowFor(addr, size); in UnmapShadow()
Dtsan_rtl.h682 void DontNeedShadowFor(uptr addr, uptr size);