Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DGlobals.cpp155 setThreadLocalMode(TLMode); in GlobalVariable()
173 setThreadLocalMode(TLMode); in GlobalVariable()
239 setThreadLocalMode(SrcVar->getThreadLocalMode()); in copyAttributesFrom()
H A DCore.cpp1601 GV->setThreadLocalMode(GlobalVariable::NotThreadLocal); in LLVMSetThreadLocalMode()
1604 GV->setThreadLocalMode(GlobalVariable::GeneralDynamicTLSModel); in LLVMSetThreadLocalMode()
1607 GV->setThreadLocalMode(GlobalVariable::LocalDynamicTLSModel); in LLVMSetThreadLocalMode()
1610 GV->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in LLVMSetThreadLocalMode()
1613 GV->setThreadLocalMode(GlobalVariable::LocalExecTLSModel); in LLVMSetThreadLocalMode()
/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DGlobalValue.h137 setThreadLocalMode(Val ? GeneralDynamicTLSModel : NotThreadLocal); in setThreadLocal()
139 void setThreadLocalMode(ThreadLocalMode Val) { in setThreadLocalMode() function
/minix/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp606 G->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in runOnModule()
611 G->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in runOnModule()
/minix/external/bsd/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp678 GA->setThreadLocalMode(TLM); in ParseAlias()
807 GV->setThreadLocalMode(TLM); in ParseGlobal()
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp1713 guard->setThreadLocalMode(var->getThreadLocalMode()); in EmitGuardedInit()
H A DCodeGenModule.cpp548 GV->setThreadLocalMode(TLM); in setTLSMode()
/minix/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2305 NewGA->setThreadLocalMode(GetDecodedThreadLocalMode(Record[5])); in ParseModule()
/minix/external/bsd/llvm/dist/llvm/bindings/ocaml/llvm/
H A Dllvm.mli1406 See the method [llvm::GlobalVariable::setThreadLocalMode]. *)