Home
last modified time | relevance | path

Searched refs:thread_local_var (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/lsan/TestCases/Linux/
H A Dfork.cpp11 __thread void *thread_local_var; variable
15 thread_local_var = malloc(1337); in main()
H A Dfork_threaded.cpp13 __thread void *thread_local_var; variable
29 thread_local_var = malloc(1337); in main()
/llvm-project-15.0.7/mlir/test/Target/LLVMIR/Import/
H A Dbasic.ll42 ; CHECK: llvm.mlir.global external thread_local @thread_local_var() : !llvm.struct<"struct.s", (str…
43 @thread_local_var = external thread_local global %struct.s