Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_tls_get_addr.cpp161 DTLS *DTLS_Get() { return &dtls; } in DTLS_Get() function
172 DTLS *DTLS_Get() { return 0; }
H A Dsanitizer_tls_get_addr.h80 DTLS *DTLS_Get();
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_posix.cpp60 args.dtls = DTLS_Get(); in ThreadStart()
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Ddfsan_thread.cpp39 DTLS *dtls = DTLS_Get(); in ClearShadowForThreadStackAndTLS()
/freebsd/contrib/llvm-project/compiler-rt/lib/msan/
H A Dmsan_thread.cpp38 DTLS *dtls = DTLS_Get(); in ClearShadowForThreadStackAndTLS()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_thread.cpp60 dtls_ = DTLS_Get(); in Init()
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_thread.cpp177 dtls_ = DTLS_Get(); in SetThreadStackAndTls()
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_thread.cpp316 dtls_ = DTLS_Get(); in SetThreadStackAndTls()