Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyTargetMachine.cpp283 GV.setThreadLocal(false); in stripThreadLocals()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalValue.h245 void setThreadLocal(bool Val) { in setThreadLocal() function
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2864 Guard->setThreadLocal(true); in EmitThreadLocalInitFuncs()
H A DCGOpenMPRuntime.cpp2010 cast<llvm::GlobalVariable>(GAddr)->setThreadLocal(/*Val=*/true); in getAddrOfArtificialThreadPrivate()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp2201 unwrap<GlobalVariable>(GlobalVar)->setThreadLocal(IsThreadLocal != 0); in LLVMSetThreadLocal()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1536 See the method [llvm::GlobalVariable::setThreadLocal]. *)