Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/IR/
HDGlobalVariable.h163 void setThreadLocalMode(ThreadLocalMode Val) { threadLocalMode = Val; } in setThreadLocalMode() function
/trueos/contrib/llvm/lib/IR/
HDCore.cpp1389 GV->setThreadLocalMode(GlobalVariable::NotThreadLocal); in LLVMSetThreadLocalMode()
1392 GV->setThreadLocalMode(GlobalVariable::GeneralDynamicTLSModel); in LLVMSetThreadLocalMode()
1395 GV->setThreadLocalMode(GlobalVariable::LocalDynamicTLSModel); in LLVMSetThreadLocalMode()
1398 GV->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in LLVMSetThreadLocalMode()
1401 GV->setThreadLocalMode(GlobalVariable::LocalExecTLSModel); in LLVMSetThreadLocalMode()
/trueos/contrib/llvm/lib/Transforms/Instrumentation/
HDDataFlowSanitizer.cpp490 G->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in runOnModule()
495 G->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in runOnModule()
/trueos/contrib/llvm/tools/clang/lib/CodeGen/
HDItaniumCXXABI.cpp1362 guard->setThreadLocalMode(var->getThreadLocalMode()); in EmitGuardedInit()
HDCodeGenModule.cpp413 GV->setThreadLocalMode(TLM); in setTLSMode()
/trueos/contrib/llvm/lib/AsmParser/
HDLLParser.cpp779 GV->setThreadLocalMode(TLM); in ParseGlobal()