Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp196 case GlobalVariable::InitialExecTLSModel: in getSelectedTLSModel()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h86 InitialExecTLSModel, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h201 InitialExecTLSModel, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp496 GlobalValue::ThreadLocalMode::InitialExecTLSModel); in instrumentModule()
H A DDataFlowSanitizer.cpp1510 Changed |= G->getThreadLocalMode() != GlobalVariable::InitialExecTLSModel; in runImpl()
1511 G->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in runImpl()
H A DHWAddressSanitizer.cpp700 GlobalVariable::InitialExecTLSModel); in initializeModule()
H A DNumericalStabilitySanitizer.cpp648 GlobalVariable::InitialExecTLSModel); in createThreadLocalGV()
H A DMemorySanitizer.cpp893 GlobalVariable::InitialExecTLSModel); in getOrInsertGlobal()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1947 GlobalValue::InitialExecTLSModel : in getDefaultSafeStackPointerLocation()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1945 .Case("initial-exec", llvm::GlobalVariable::InitialExecTLSModel) in GetLLVMTLSModel()
1956 case CodeGenOptions::InitialExecTLSModel: in GetDefaultLLVMTLSModel()
1957 return llvm::GlobalVariable::InitialExecTLSModel; in GetDefaultLLVMTLSModel()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp2294 case GlobalVariable::InitialExecTLSModel: in LLVMGetThreadLocalMode()
2317 GV->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in LLVMSetThreadLocalMode()
H A DAsmWriter.cpp3878 case GlobalVariable::InitialExecTLSModel: in PrintThreadLocalModel()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp839 case GlobalVariable::InitialExecTLSModel: in getEncodedThreadLocalMode()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1957 assert(model != GlobalValue::InitialExecTLSModel); in LowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1378 case GlobalVariable::InitialExecTLSModel: return 3; in getEncodedThreadLocalMode()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1252 case 3: return GlobalVariable::InitialExecTLSModel; in getDecodedThreadLocalMode()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1901 TLM = GlobalVariable::InitialExecTLSModel; in parseTLSModel()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4240 …NormalizedValues<["GeneralDynamicTLSModel", "LocalDynamicTLSModel", "InitialExecTLSModel", "LocalE…