Searched refs:threadlocal (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CGObjCRuntime.h | 297 bool threadlocal=false) = 0;
|
| H A D | CGObjCMac.cpp | 1383 bool threadlocal = false) override; 1696 bool threadlocal = false) override; 4961 bool threadlocal) { in EmitObjCGlobalAssign() argument 4974 if (!threadlocal) in EmitObjCGlobalAssign() 7756 bool threadlocal) { in EmitObjCGlobalAssign() argument 7769 if (!threadlocal) in EmitObjCGlobalAssign()
|
| H A D | CGObjCGNU.cpp | 642 bool threadlocal=false) override; 4084 bool threadlocal) { in EmitObjCGlobalAssign() argument 4089 assert(!threadlocal && "EmitObjCGlobalAssign - Threal Local API NYI"); in EmitObjCGlobalAssign()
|
| /openbsd-src/gnu/llvm/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
|
| H A D | LangRef.rst | 25990 '``llvm.threadlocal.address``' Intrinsic 25998 declare ptr @llvm.threadlocal.address(ptr) nounwind readnone willreturn 26009 the calling thread. The `llvm.threadlocal.address` intrinsic returns the
|