Home
last modified time | relevance | path

Searched refs:threadlocal (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/test/Linker/
H A Dalias-threadlocal.ll1 ; RUN: llvm-link %s %p/Inputs/alias-threadlocal-defs.ll -S -o - | FileCheck %s
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGObjCRuntime.h297 bool threadlocal=false) = 0;
H A DCGObjCMac.cpp1379 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 DCGObjCGNU.cpp642 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 DBitCodeFormat.rst685 …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 Dcore.ml509 group "threadlocal";