Searched refs:threadlocal (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Linker/ |
| H A D | alias-threadlocal.ll | 1 ; RUN: llvm-link %s %p/Inputs/alias-threadlocal-defs.ll -S -o - | FileCheck %s
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGObjCRuntime.h | 297 bool threadlocal=false) = 0;
|
| H A D | CGObjCMac.cpp | 1379 bool threadlocal = false) override; 1692 bool threadlocal = false) override; 4953 bool threadlocal) { in EmitObjCGlobalAssign() argument 4966 if (!threadlocal) in EmitObjCGlobalAssign() 7748 bool threadlocal) { in EmitObjCGlobalAssign() argument 7761 if (!threadlocal) in EmitObjCGlobalAssign()
|
| H A D | CGObjCGNU.cpp | 642 bool threadlocal=false) override; 4085 bool threadlocal) { in EmitObjCGlobalAssign() argument 4090 assert(!threadlocal && "EmitObjCGlobalAssign - Threal Local API NYI"); in EmitObjCGlobalAssign()
|
| /llvm-project-15.0.7/llvm/docs/ |
| H A D | BitCodeFormat.rst | 685 …ointer type, isconst, initid, linkage, alignment, section, visibility, threadlocal, unnamed_addr, … 737 * *threadlocal*: If present, an encoding of the thread local storage mode of the 849 … size, alias type, aliasee val#, linkage, visibility, dllstorageclass, threadlocal, unnamed_addr, … 868 * *threadlocal*: If present, an encoding of the
|
| /llvm-project-15.0.7/llvm/test/Bindings/OCaml/ |
| H A D | core.ml | 509 group "threadlocal";
|