Searched refs:DontNeedShadowFor (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/ |
| H A D | tsan_rtl_thread.cpp | 226 DontNeedShadowFor(thr->stk_addr, thr->stk_size); in ThreadFinish() 228 DontNeedShadowFor(thr->tls_addr, thr->tls_size); in ThreadFinish()
|
| H A D | tsan_rtl.cpp | 271 void DontNeedShadowFor(uptr addr, uptr size) { in DontNeedShadowFor() function 310 DontNeedShadowFor(addr, size); in UnmapShadow()
|
| H A D | tsan_mman.cpp | 30 DontNeedShadowFor(p, size); in OnUnmap()
|
| H A D | tsan_rtl.h | 430 void DontNeedShadowFor(uptr addr, uptr size);
|
| /llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/ |
| H A D | tsan_rtl_thread.cpp | 218 DontNeedShadowFor(thr->stk_addr, thr->stk_size); in ThreadFinish() 220 DontNeedShadowFor(thr->tls_addr, thr->tls_size); in ThreadFinish()
|
| H A D | tsan_mman.cpp | 30 DontNeedShadowFor(p, size); in OnUnmap()
|
| H A D | tsan_rtl.cpp | 529 void DontNeedShadowFor(uptr addr, uptr size) { in DontNeedShadowFor() function 568 DontNeedShadowFor(addr, size); in UnmapShadow()
|
| H A D | tsan_rtl.h | 482 void DontNeedShadowFor(uptr addr, uptr size);
|