Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/msan/
Dmsan_thread.cpp34 void MsanThread::ClearShadowForThreadStackAndTLS() { in ClearShadowForThreadStackAndTLS() function in __msan::MsanThread
49 ClearShadowForThreadStackAndTLS(); in Init()
62 ClearShadowForThreadStackAndTLS(); in Destroy()
Dmsan_thread.h53 void ClearShadowForThreadStackAndTLS();
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/dfsan/
Ddfsan_thread.cpp37 void DFsanThread::ClearShadowForThreadStackAndTLS() { in ClearShadowForThreadStackAndTLS() function in __dfsan::DFsanThread
50 ClearShadowForThreadStackAndTLS(); in Init()
63 ClearShadowForThreadStackAndTLS(); in Destroy()
Ddfsan_thread.h52 void ClearShadowForThreadStackAndTLS();
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_thread.cpp87 void Thread::ClearShadowForThreadStackAndTLS() { in ClearShadowForThreadStackAndTLS() function in __hwasan::Thread
98 ClearShadowForThreadStackAndTLS(); in Destroy()
Dhwasan_thread.h71 void ClearShadowForThreadStackAndTLS();
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
Dasan_thread.cpp115 ClearShadowForThreadStackAndTLS(); in Destroy()
241 ClearShadowForThreadStackAndTLS(); in Init()
321 void AsanThread::ClearShadowForThreadStackAndTLS() { in ClearShadowForThreadStackAndTLS() function in __asan::AsanThread
Dasan_thread.h140 void ClearShadowForThreadStackAndTLS();