Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/
H A DTargetMachine.cpp80 case GlobalVariable::InitialExecTLSModel: in getSelectedTLSModel()
/openbsd/gnu/llvm/clang/include/clang/Basic/
H A DCodeGenOptions.h76 InitialExecTLSModel, enumerator
/openbsd/gnu/llvm/llvm/include/llvm/IR/
H A DGlobalValue.h195 InitialExecTLSModel, enumerator
/openbsd/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp490 GlobalValue::ThreadLocalMode::InitialExecTLSModel); in instrumentModule()
H A DHWAddressSanitizer.cpp624 GlobalVariable::InitialExecTLSModel); in initializeModule()
H A DDataFlowSanitizer.cpp1499 Changed |= G->getThreadLocalMode() != GlobalVariable::InitialExecTLSModel; in runImpl()
1500 G->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in runImpl()
H A DMemorySanitizer.cpp794 GlobalVariable::InitialExecTLSModel); in getOrInsertGlobal()
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1880 GlobalValue::InitialExecTLSModel : in getDefaultSafeStackPointerLocation()
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenModule.cpp1293 .Case("initial-exec", llvm::GlobalVariable::InitialExecTLSModel) in GetLLVMTLSModel()
1304 case CodeGenOptions::InitialExecTLSModel: in GetDefaultLLVMTLSModel()
1305 return llvm::GlobalVariable::InitialExecTLSModel; in GetDefaultLLVMTLSModel()
/openbsd/gnu/llvm/llvm/lib/IR/
H A DCore.cpp2175 case GlobalVariable::InitialExecTLSModel: in LLVMGetThreadLocalMode()
2198 GV->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in LLVMSetThreadLocalMode()
H A DAsmWriter.cpp3555 case GlobalVariable::InitialExecTLSModel: in PrintThreadLocalModel()
/openbsd/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1635 assert(model != GlobalValue::InitialExecTLSModel); in LowerGlobalTLSAddress()
/openbsd/gnu/llvm/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp837 case GlobalVariable::InitialExecTLSModel: in getEncodedThreadLocalMode()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1179 case GlobalVariable::InitialExecTLSModel: return 3; in getEncodedThreadLocalMode()
/openbsd/gnu/llvm/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1156 case 3: return GlobalVariable::InitialExecTLSModel; in getDecodedThreadLocalMode()
/openbsd/gnu/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp1745 TLM = GlobalVariable::InitialExecTLSModel; in parseTLSModel()
/openbsd/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td2980 …NormalizedValues<["GeneralDynamicTLSModel", "LocalDynamicTLSModel", "InitialExecTLSModel", "LocalE…