/openbsd-src/gnu/llvm/compiler-rt/lib/gwp_asan/ |
H A D | definitions.h | 13 __thread __attribute__((tls_model("initial-exec")))
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/tls/ |
H A D | alias-1.c | 10 __attribute__ ((tls_model ("initial-exec")));
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | coretypes.h | 60 enum tls_model { enum
|
H A D | output.h | 559 enum tls_model);
|
H A D | tree.h | 2908 ENUM_BITFIELD(tls_model) tls_model : 3; 2953 #define DECL_TLS_MODEL(NODE) (VAR_DECL_CHECK (NODE)->decl_with_vis.tls_model) 2958 (VAR_DECL_CHECK (NODE)->decl_with_vis.tls_model != TLS_MODEL_NONE) 3420 extern enum tls_model flag_tls_default;
|
H A D | print-tree.c | 379 enum tls_model kind = DECL_TLS_MODEL (node); in print_node()
|
H A D | toplev.c | 313 enum tls_model flag_tls_default = TLS_MODEL_GLOBAL_DYNAMIC;
|
H A D | rtl.h | 1307 ((enum tls_model) ((SYMBOL_REF_FLAGS (RTX) >> SYMBOL_FLAG_TLS_SHIFT) & 7)) 2209 extern enum tls_model decl_default_tls_model (tree);
|
H A D | varasm.c | 5193 enum tls_model 5196 enum tls_model kind; in decl_default_tls_model() 6081 enum tls_model model) in get_section_anchor()
|
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
H A D | FuzzerPlatform.h | 130 ATTRIBUTE_INTERFACE __attribute__((tls_model("initial-exec"))) thread_local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/lsan/ |
H A D | lsan_common_linux.cpp | 42 __attribute__((tls_model("initial-exec")))
|
H A D | lsan_common_fuchsia.cpp | 35 __attribute__((tls_model("initial-exec"))) THREADLOCAL int disable_counter;
|
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/dd/ |
H A D | dd_interceptors.cpp | 18 __attribute__((tls_model("initial-exec"))) 20 __attribute__((tls_model("initial-exec")))
|
/openbsd-src/gnu/llvm/compiler-rt/lib/hwasan/ |
H A D | hwasan_fuchsia.cpp | 30 [[gnu::tls_model("initial-exec")]]
|
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_tls_get_addr.cpp | 37 __attribute__((tls_model("initial-exec")))
|
H A D | sanitizer_internal_defs.h | 44 __attribute__((tls_model("initial-exec"))) thread_local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | tree.h | 2146 enum tls_model { enum 2153 extern enum tls_model flag_tls_default; 3073 enum tls_model decl_tls_model PARAMS ((tree));
|
H A D | varasm.c | 4778 enum tls_model 4782 enum tls_model kind;
|
H A D | toplev.c | 727 enum tls_model flag_tls_default = TLS_MODEL_GLOBAL_DYNAMIC;
|
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_rtl.h | 246 __attribute__((tls_model("initial-exec")))
|
H A D | tsan_rtl.cpp | 49 __attribute__((tls_model("initial-exec")))
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-rtdyld/ |
H A D | llvm-rtdyld.cpp | 354 alignas(16) __attribute__((visibility("hidden"), tls_model("initial-exec"),
|
/openbsd-src/gnu/gcc/gcc/config/frv/ |
H A D | frv.c | 305 static rtx frv_legitimize_tls_address (rtx, enum tls_model); 3521 frv_legitimize_tls_address (rtx addr, enum tls_model model) in frv_legitimize_tls_address() 3615 enum tls_model model = SYMBOL_REF_TLS_MODEL (x); in frv_legitimize_address() 3928 enum tls_model model = SYMBOL_REF_TLS_MODEL (src); in frv_emit_move() 4066 enum tls_model model = SYMBOL_REF_TLS_MODEL (sym); in frv_emit_movsi()
|
/openbsd-src/gnu/llvm/clang/docs/CommandGuide/ |
H A D | clang.rst | 495 model can be overridden with the tls_model attribute. The compiler will try
|
/openbsd-src/gnu/gcc/gcc/config/ia64/ |
H A D | ia64.c | 773 static enum tls_model 776 enum tls_model tls_kind = 0; in tls_symbolic_operand_type() 944 ia64_expand_tls_address (enum tls_model tls_kind, rtx op0, rtx op1, in ia64_expand_tls_address() 1064 enum tls_model tls_kind; in ia64_expand_move()
|