/external/llvm/test/CodeGen/ARM/ |
tls2.ll | 6 @i = external thread_local global i32 ; <i32*> [#uses=2]
|
tls3.ll | 9 @teste = internal thread_local global %struct.anon zeroinitializer ; <%struct.anon*> [#uses=1]
|
2010-12-08-tpsoft.ll | 9 @i = external thread_local global i32
|
/external/llvm/test/CodeGen/PowerPC/ |
pr15359.ll | 7 @nextIdx = external thread_local global i32
|
tls-pic.ll | 10 @a = hidden thread_local global i32 0, align 4 52 @a2 = thread_local global i32 0, align 4
|
ctr-loop-tls-const.ll | 5 @x = thread_local global [1600 x i32] zeroinitializer, align 4
|
/external/llvm/test/CodeGen/SystemZ/ |
tls-01.ll | 6 @x = thread_local global i32 0
|
tls-03.ll | 6 @x = thread_local global i32 0
|
tls-04.ll | 6 @x = thread_local(localdynamic) global i32 0
|
/external/llvm/test/CodeGen/Thumb2/ |
tls2.ll | 4 @i = external thread_local global i32 ; <i32*> [#uses=2]
|
/external/llvm/test/CodeGen/X86/ |
darwin-tls.ll | 3 @a = thread_local global i32 4, align 4
|
2009-12-11-TLSNoRedZone.ll | 11 @ptr = linkonce thread_local global [1 x i64] [i64 ptrtoint ([2 x i64]* @data to i64)], align 64 ; <[1 x i64]*> [#uses=1] 12 @link_ptr = linkonce thread_local global [1 x i64] zeroinitializer, align 64 ; <[1 x i64]*> [#uses=1]
|
tls-pie.ll | 6 @i = thread_local global i32 15 7 @i2 = external thread_local global i32
|
emutls-pic.ll | 27 @i = thread_local global i32 15 28 @j = internal thread_local global i32 42 29 @k = internal thread_local global i32 0, align 8 46 @i2 = external thread_local global i32
|
fast-isel-emutls.ll | 4 @v = thread_local global i32 0
|
/external/llvm/test/DebugInfo/PowerPC/ |
tls.ll | 15 @tls = thread_local global i32 7, align 4
|
tls-fission.ll | 20 @tls = thread_local global i32 0, align 4
|
/external/llvm/test/CodeGen/AArch64/ |
cxx-tlscc.ll | 8 @sg = internal thread_local global %struct.S zeroinitializer, align 1 10 @__tls_guard = internal thread_local unnamed_addr global i1 false
|
/build/kati/ |
stats.cc | 25 #include "thread_local.h"
|
/external/clang/test/SemaCXX/ |
pragma-init_seg.cpp | 27 // expected-note@-2 {{use 'thread_local' to allow this}}
|
/external/libbrillo/brillo/message_loops/ |
message_loop.cc | 9 #include <base/threading/thread_local.h>
|
/external/libchrome/base/threading/ |
thread_restrictions.cc | 11 #include "base/threading/thread_local.h"
|
/external/llvm/test/DebugInfo/ARM/ |
tls.ll | 9 @x = thread_local global i32 0, align 4
|
/external/llvm/test/MC/MachO/ |
tlv-bss.ll | 27 @_ZN3TlsIlE3valE = weak_odr thread_local global i8* null, align 8
|
/external/e2fsprogs/lib/et/ |
error_message.c | 49 #define THREAD_LOCAL static TLS 51 #define THREAD_LOCAL static 54 THREAD_LOCAL char buffer[25];
|