Home
last modified time | relevance | path

Searched refs:InitialExecTLSModel (Results 1 – 15 of 15) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/
DTargetMachine.cpp86 case GlobalVariable::InitialExecTLSModel: in getSelectedTLSModel()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.h75 InitialExecTLSModel, enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DGlobalValue.h182 InitialExecTLSModel, enumerator
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp477 GlobalValue::ThreadLocalMode::InitialExecTLSModel); in instrumentModule()
DDataFlowSanitizer.cpp1379 Changed |= G->getThreadLocalMode() != GlobalVariable::InitialExecTLSModel; in runImpl()
1380 G->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in runImpl()
DHWAddressSanitizer.cpp631 GlobalVariable::InitialExecTLSModel); in initializeModule()
DMemorySanitizer.cpp771 GlobalVariable::InitialExecTLSModel); in getOrInsertGlobal()
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCodeGenModule.cpp1146 .Case("initial-exec", llvm::GlobalVariable::InitialExecTLSModel) in GetLLVMTLSModel()
1157 case CodeGenOptions::InitialExecTLSModel: in GetDefaultLLVMTLSModel()
1158 return llvm::GlobalVariable::InitialExecTLSModel; in GetDefaultLLVMTLSModel()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1884 GlobalValue::InitialExecTLSModel : in getDefaultSafeStackPointerLocation()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DCore.cpp2220 case GlobalVariable::InitialExecTLSModel: in LLVMGetThreadLocalMode()
2243 GV->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in LLVMSetThreadLocalMode()
DAsmWriter.cpp3504 case GlobalVariable::InitialExecTLSModel: in PrintThreadLocalModel()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1121 case GlobalVariable::InitialExecTLSModel: return 3; in getEncodedThreadLocalMode()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1004 case 3: return GlobalVariable::InitialExecTLSModel; in getDecodedThreadLocalMode()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/AsmParser/
DLLParser.cpp1566 TLM = GlobalVariable::InitialExecTLSModel; in parseTLSModel()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/Driver/
DOptions.td2640 …NormalizedValues<["GeneralDynamicTLSModel", "LocalDynamicTLSModel", "InitialExecTLSModel", "LocalE…