Searched refs:__get_tls (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlinux.h24 #define __get_tls() \ macro
31 #define __get_tls() \ macro
38 #define __get_tls() \ macro
45 #define __get_tls() \ macro
61 return reinterpret_cast<uptr *>(&__get_tls()[TLS_SLOT_SANITIZER]);
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_linux.h123 # define __get_tls() \ macro
126 # define __get_tls() \ macro
131 # define __get_tls() \ macro
139 # define __get_tls() \ macro
142 # define __get_tls() \ macro
154 return reinterpret_cast<uptr *>(&__get_tls()[TLS_SLOT_SANITIZER]);

Completed in 103 milliseconds