Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DGlobals.cpp151 setThreadLocalMode(TLMode); in GlobalVariable()
169 setThreadLocalMode(TLMode); in GlobalVariable()
235 setThreadLocalMode(SrcVar->getThreadLocalMode()); in copyAttributesFrom()
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()
/external/llvm/include/llvm/IR/
DGlobalValue.h137 setThreadLocalMode(Val ? GeneralDynamicTLSModel : NotThreadLocal); in setThreadLocal()
139 void setThreadLocalMode(ThreadLocalMode Val) { in setThreadLocalMode() function
/external/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp601 G->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in runOnModule()
606 G->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in runOnModule()
/external/llvm/lib/AsmParser/
DLLParser.cpp672 GA->setThreadLocalMode(TLM); in ParseAlias()
801 GV->setThreadLocalMode(TLM); in ParseGlobal()
/external/clang/lib/CodeGen/
DItaniumCXXABI.cpp1791 guard->setThreadLocalMode(var->getThreadLocalMode()); in EmitGuardedInit()
DCodeGenModule.cpp552 GV->setThreadLocalMode(TLM); in setTLSMode()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp3033 NewGA->setThreadLocalMode(GetDecodedThreadLocalMode(Record[5])); in ParseModule()
/external/llvm/bindings/ocaml/llvm/
Dllvm.mli1406 See the method [llvm::GlobalVariable::setThreadLocalMode]. *)