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.cpp170 case GlobalVariable::InitialExecTLSModel: in getSelectedTLSModel()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h72 InitialExecTLSModel, enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h199 InitialExecTLSModel, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp477 GlobalValue::ThreadLocalMode::InitialExecTLSModel); in instrumentModule()
H A DDataFlowSanitizer.cpp1514 Changed |= G->getThreadLocalMode() != GlobalVariable::InitialExecTLSModel; in runImpl()
1515 G->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in runImpl()
H A DHWAddressSanitizer.cpp662 GlobalVariable::InitialExecTLSModel); in initializeModule()
H A DNumericalStabilitySanitizer.cpp596 GlobalVariable::InitialExecTLSModel); in createThreadLocalGV()
H A DMemorySanitizer.cpp838 GlobalVariable::InitialExecTLSModel); in getOrInsertGlobal()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1846 GlobalValue::InitialExecTLSModel : in getDefaultSafeStackPointerLocation()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1778 .Case("initial-exec", llvm::GlobalVariable::InitialExecTLSModel) in GetLLVMTLSModel()
1789 case CodeGenOptions::InitialExecTLSModel: in GetDefaultLLVMTLSModel()
1790 return llvm::GlobalVariable::InitialExecTLSModel; in GetDefaultLLVMTLSModel()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp2286 case GlobalVariable::InitialExecTLSModel: in LLVMGetThreadLocalMode()
2309 GV->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in LLVMSetThreadLocalMode()
H A DAsmWriter.cpp3715 case GlobalVariable::InitialExecTLSModel: in PrintThreadLocalModel()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp836 case GlobalVariable::InitialExecTLSModel: in getEncodedThreadLocalMode()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1698 assert(model != GlobalValue::InitialExecTLSModel); in LowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1310 case GlobalVariable::InitialExecTLSModel: return 3; in getEncodedThreadLocalMode()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1245 case 3: return GlobalVariable::InitialExecTLSModel; in getDecodedThreadLocalMode()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1911 TLM = GlobalVariable::InitialExecTLSModel; in parseTLSModel()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4020 …NormalizedValues<["GeneralDynamicTLSModel", "LocalDynamicTLSModel", "InitialExecTLSModel", "LocalE…