reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

projects/compiler-rt/lib/sanitizer_common/sanitizer_tls_get_addr.h
   55 DTLS *DTLS_Get();

References

projects/compiler-rt/lib/asan/asan_thread.cpp
  296   dtls_ = DTLS_Get();
projects/compiler-rt/lib/lsan/lsan_thread.cpp
   88   args.dtls = DTLS_Get();
projects/compiler-rt/lib/msan/msan_thread.cpp
   38   DTLS *dtls = DTLS_Get();