Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_rtl_thread.cpp226 DontNeedShadowFor(thr->stk_addr, thr->stk_size); in ThreadFinish()
228 DontNeedShadowFor(thr->tls_addr, thr->tls_size); in ThreadFinish()
H A Dtsan_rtl.cpp271 void DontNeedShadowFor(uptr addr, uptr size) { in DontNeedShadowFor() function
310 DontNeedShadowFor(addr, size); in UnmapShadow()
H A Dtsan_mman.cpp30 DontNeedShadowFor(p, size); in OnUnmap()
H A Dtsan_rtl.h430 void DontNeedShadowFor(uptr addr, uptr size);
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp218 DontNeedShadowFor(thr->stk_addr, thr->stk_size); in ThreadFinish()
220 DontNeedShadowFor(thr->tls_addr, thr->tls_size); in ThreadFinish()
H A Dtsan_mman.cpp30 DontNeedShadowFor(p, size); in OnUnmap()
H A Dtsan_rtl.cpp529 void DontNeedShadowFor(uptr addr, uptr size) { in DontNeedShadowFor() function
568 DontNeedShadowFor(addr, size); in UnmapShadow()
H A Dtsan_rtl.h482 void DontNeedShadowFor(uptr addr, uptr size);