Searched refs:threadlocal (Results 1 – 10 of 10) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGObjCRuntime.h | 255 bool threadlocal=false) = 0;
|
D | CGObjCMac.cpp | 1249 bool threadlocal = false) override; 1542 bool threadlocal = false) override; 4409 bool threadlocal) { in EmitObjCGlobalAssign() argument 4421 if (!threadlocal) in EmitObjCGlobalAssign() 7154 bool threadlocal) { in EmitObjCGlobalAssign() argument 7166 if (!threadlocal) in EmitObjCGlobalAssign()
|
D | CGObjCGNU.cpp | 566 bool threadlocal=false) override; 2741 bool threadlocal) { in EmitObjCGlobalAssign() argument 2746 assert(!threadlocal && "EmitObjCGlobalAssign - Threal Local API NYI"); in EmitObjCGlobalAssign()
|
/external/llvm/docs/ |
D | BitCodeFormat.rst | 676 ``[GLOBALVAR, pointer type, isconst, initid, linkage, alignment, section, visibility, threadlocal, … 725 * *threadlocal*: If present, an encoding of the thread local storage mode of the 820 ``[ALIAS, alias type, aliasee val#, linkage, visibility, dllstorageclass, threadlocal, unnamed_addr… 836 * *threadlocal*: If present, an encoding of the
|
/external/swiftshader/third_party/llvm-7.0/llvm/docs/ |
D | BitCodeFormat.rst | 683 …ointer type, isconst, initid, linkage, alignment, section, visibility, threadlocal, unnamed_addr, … 735 * *threadlocal*: If present, an encoding of the thread local storage mode of the 844 … size, alias type, aliasee val#, linkage, visibility, dllstorageclass, threadlocal, unnamed_addr, … 863 * *threadlocal*: If present, an encoding of the
|
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/ |
D | vmcore.ml | 445 group "threadlocal";
|
/external/llvm/test/Bindings/OCaml/ |
D | core.ml | 509 group "threadlocal";
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/ |
D | core.ml | 555 group "threadlocal";
|
/external/python/cpython2/Doc/howto/ |
D | logging-cookbook.rst | 560 the interesting parts of it) can be stored in a threadlocal
|
/external/python/cpython3/Doc/howto/ |
D | logging-cookbook.rst | 643 the interesting parts of it) can be stored in a threadlocal
|