Searched refs:DontNeedShadowFor (Results 1 - 5 of 5) sorted by relevance

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cc293 DontNeedShadowFor(thr->stk_addr, thr->stk_size);
295 DontNeedShadowFor(thr->tls_addr, thr->tls_size);
H A Dtsan_mman.cc40 DontNeedShadowFor(p, size);
H A Dtsan_rtl.cc235 void DontNeedShadowFor(uptr addr, uptr size) { function in namespace:__tsan
H A Dtsan_rtl.h587 void DontNeedShadowFor(uptr addr, uptr size);
H A Dtsan_interceptors.cc794 DontNeedShadowFor((uptr)addr, sz);

Completed in 103 milliseconds