Home
last modified time | relevance | path

Searched refs:setThreadLocalMode (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DGlobals.cpp68 setThreadLocalMode(Src->getThreadLocalMode()); in copyAttributesFrom()
344 setThreadLocalMode(TLMode); in GlobalVariable()
368 setThreadLocalMode(TLMode); in GlobalVariable()
H A DCore.cpp2234 GV->setThreadLocalMode(GlobalVariable::NotThreadLocal); in LLVMSetThreadLocalMode()
2237 GV->setThreadLocalMode(GlobalVariable::GeneralDynamicTLSModel); in LLVMSetThreadLocalMode()
2240 GV->setThreadLocalMode(GlobalVariable::LocalDynamicTLSModel); in LLVMSetThreadLocalMode()
2243 GV->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in LLVMSetThreadLocalMode()
2246 GV->setThreadLocalMode(GlobalVariable::LocalExecTLSModel); in LLVMSetThreadLocalMode()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalValue.h246 setThreadLocalMode(Val ? GeneralDynamicTLSModel : NotThreadLocal); in setThreadLocal()
248 void setThreadLocalMode(ThreadLocalMode Val) { in setThreadLocalMode() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp313 GV->setThreadLocalMode(TLS); in getGlobalVariable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp475 SanCovLowestStack->setThreadLocalMode( in instrumentModule()
H A DDataFlowSanitizer.cpp1483 G->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in runImpl()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp2423 guard->setThreadLocalMode(var->getThreadLocalMode()); in EmitGuardedInit()
2865 Guard->setThreadLocalMode(CGM.GetDefaultLLVMTLSModel()); in EmitThreadLocalInitFuncs()
H A DCodeGenModule.cpp1146 GV->setThreadLocalMode(TLM); in setTLSMode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp1051 GA->setThreadLocalMode(TLM); in parseIndirectSymbol()
1195 GV->setThreadLocalMode(TLM); in parseGlobal()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3531 NewGA->setThreadLocalMode(getDecodedThreadLocalMode(Record[OpNum++])); in parseGlobalIndirectSymbolRecord()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1546 See the method [llvm::GlobalVariable::setThreadLocalMode]. *)