/external/llvm/test/CodeGen/X86/ |
tlv-1.ll | 5 @c = external thread_local global %struct.A, align 4 36 @a = thread_local global i32 0 ; <i32*> [#uses=0] 37 @b = thread_local global i32 0 ; <i32*> [#uses=0]
|
fast-isel-tls.ll | 4 @v = thread_local global i32 0
|
pr22103.ll | 8 @a = external thread_local global i64
|
tls-android.ll | 6 @external_x = external thread_local global i32 7 @external_y = thread_local global i32 7 8 @internal_y = internal thread_local global i32 9
|
2008-03-12-ThreadLocalAlias.ll | 8 @__resp = thread_local global %struct.__res_state* @_res ; <%struct.__res_state**> [#uses=1] 11 @__libc_resp = hidden thread_local alias %struct.__res_state*, %struct.__res_state** @__resp ; <%struct.__res_state**> [#uses=2]
|
aliases.ll | 4 @thread_var = thread_local global i32 42, align 4 5 @thread_alias = thread_local(localdynamic) alias i32, i32* @thread_var
|
cxx_tlscc64.ll | 5 @sg = internal thread_local global %struct.S zeroinitializer, align 1 7 @__tls_guard = internal thread_local unnamed_addr global i1 false
|
tls-local-dynamic.ll | 3 @x = internal thread_local global i32 0, align 4 4 @y = internal thread_local global i32 0, align 4
|
/external/libchrome/base/ |
thread_task_runner_handle.cc | 9 #include "base/threading/thread_local.h"
|
/external/libchrome/base/threading/ |
thread_local_posix.cc | 5 #include "base/threading/thread_local.h"
|
/external/llvm/lib/Fuzzer/ |
cxx.dict | 91 "thread_local"
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-tls-darwin.ll | 3 @var = thread_local global i8 0
|
arm64-tls-dynamic-together.ll | 11 @general_dynamic_var = external thread_local global i32 30 @emulated_init_var = thread_local global i32 37, align 8
|
arm64-tls-execs.ll | 4 @initial_exec_var = external thread_local(initialexec) global i32 35 @local_exec_var = thread_local(localexec) global i32 0
|
/external/llvm/test/CodeGen/SystemZ/ |
tls-02.ll | 5 @x = thread_local(initialexec) global i32 0
|
/external/llvm/test/Instrumentation/AddressSanitizer/ |
do-not-touch-threadlocal.ll | 5 @xxx = thread_local global i32 0, align 4
|
/external/clang/test/Lexer/ |
cxx0x_keyword_as_cxx98.cpp | 36 int thread_local; // expected-warning {{'thread_local' is a keyword in C++11}} variable
|
/external/llvm/test/CodeGen/PowerPC/ |
tls-store2.ll | 9 @__once_callable = external thread_local global i8** 10 @__once_call = external thread_local global void ()*
|
tls.ll | 7 @a = thread_local global i32 0, align 4 27 @a2 = external thread_local global i32
|
/external/clang/test/CodeGenCXX/ |
microsoft-abi-thread-safe-statics.cpp | 9 // CHECK-DAG: @"\01?s@?1??f@@YAAAUS@@XZ@4U2@A" = linkonce_odr thread_local global %struct.S zeroinitializer 10 // CHECK-DAG: @"\01??__J?1??f@@YAAAUS@@XZ@51" = linkonce_odr thread_local global i32 0 13 // CHECK-DAG: @_Init_thread_epoch = external thread_local global i32, align 4 14 // CHECK-DAG: @"\01?j@?1??h@@YAAAUS@@_N@Z@4U2@A" = linkonce_odr thread_local global %struct.S zeroinitializer 15 // CHECK-DAG: @"\01??__J?1??h@@YAAAUS@@_N@Z@51" = linkonce_odr thread_local global i32 0 22 static thread_local S s; 85 static thread_local S j;
|
/external/llvm/test/CodeGen/ARM/ |
emutls.ll | 25 @i1 = thread_local global i32 15 26 @i2 = external thread_local global i32 27 @i3 = internal thread_local global i32 15 28 @i4 = hidden thread_local global i32 15 29 @i5 = external hidden thread_local global i32 30 @s1 = thread_local global i16 15 31 @b1 = thread_local global i8 0
|
emutls1.ll | 20 @i = thread_local global i32 15 ; <i32*> [#uses=2]
|
/external/llvm/test/CodeGen/Mips/ |
tls.ll | 9 @t1 = thread_local global i32 0, align 4 32 @t2 = external thread_local global i32 60 @f3.i = internal thread_local unnamed_addr global i32 1, align 4
|
/external/clang/test/Preprocessor/ |
cxx_oper_keyword_ms_compat.cpp | 88 #define thread_local macro 173 thread_local
|
/external/e2fsprogs/lib/uuid/ |
gen_uuid.c | 103 #define THREAD_LOCAL static TLS 105 #define THREAD_LOCAL static 110 THREAD_LOCAL unsigned short jrand_seed[3]; 312 THREAD_LOCAL int adjustment = 0; 313 THREAD_LOCAL struct timeval last = {0, 0}; 314 THREAD_LOCAL int state_fd = -2; 315 THREAD_LOCAL FILE *state_f; 316 THREAD_LOCAL uint16_t clock_seq; 588 THREAD_LOCAL int num = 0; 589 THREAD_LOCAL struct uuid uu [all...] |