Searched refs:DontNeedShadowFor (Results 1 – 9 of 9) sorted by relevance
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_thread.cc | 281 DontNeedShadowFor(thr->stk_addr, thr->stk_size); in ThreadFinish() 283 DontNeedShadowFor(thr->tls_addr, thr->tls_size); in ThreadFinish()
|
D | tsan_mman.cc | 40 DontNeedShadowFor(p, size); in OnUnmap()
|
D | tsan_rtl.h | 620 void DontNeedShadowFor(uptr addr, uptr size);
|
D | tsan_rtl.cc | 235 void DontNeedShadowFor(uptr addr, uptr size) { in DontNeedShadowFor() function
|
D | tsan_interceptors.cc | 735 DontNeedShadowFor((uptr)addr, sz); in TSAN_INTERCEPTOR()
|
/external/llvm-project/compiler-rt/lib/tsan/rtl/ |
D | tsan_rtl_thread.cpp | 284 DontNeedShadowFor(thr->stk_addr, thr->stk_size); in ThreadFinish() 286 DontNeedShadowFor(thr->tls_addr, thr->tls_size); in ThreadFinish()
|
D | tsan_mman.cpp | 42 DontNeedShadowFor(p, size); in OnUnmap()
|
D | tsan_rtl.cpp | 239 void DontNeedShadowFor(uptr addr, uptr size) { in DontNeedShadowFor() function 246 DontNeedShadowFor(addr, size); in UnmapShadow()
|
D | tsan_rtl.h | 682 void DontNeedShadowFor(uptr addr, uptr size);
|