Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetMachine.cpp86 case GlobalVariable::InitialExecTLSModel: in getSelectedTLSModel()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h75 InitialExecTLSModel, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalValue.h182 InitialExecTLSModel, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp476 GlobalValue::ThreadLocalMode::InitialExecTLSModel); in instrumentModule()
H A DHWAddressSanitizer.cpp552 GlobalVariable::InitialExecTLSModel); in initializeModule()
H A DDataFlowSanitizer.cpp1482 Changed |= G->getThreadLocalMode() != GlobalVariable::InitialExecTLSModel; in runImpl()
1483 G->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in runImpl()
H A DMemorySanitizer.cpp771 GlobalVariable::InitialExecTLSModel); in getOrInsertGlobal()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp1116 .Case("initial-exec", llvm::GlobalVariable::InitialExecTLSModel) in GetLLVMTLSModel()
1127 case CodeGenOptions::InitialExecTLSModel: in GetDefaultLLVMTLSModel()
1128 return llvm::GlobalVariable::InitialExecTLSModel; in GetDefaultLLVMTLSModel()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1854 GlobalValue::InitialExecTLSModel : in getDefaultSafeStackPointerLocation()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp2220 case GlobalVariable::InitialExecTLSModel: in LLVMGetThreadLocalMode()
2243 GV->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in LLVMSetThreadLocalMode()
H A DAsmWriter.cpp3516 case GlobalVariable::InitialExecTLSModel: in PrintThreadLocalModel()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1117 case GlobalVariable::InitialExecTLSModel: return 3; in getEncodedThreadLocalMode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1036 case 3: return GlobalVariable::InitialExecTLSModel; in getDecodedThreadLocalMode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp1655 TLM = GlobalVariable::InitialExecTLSModel; in parseTLSModel()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td2608 …NormalizedValues<["GeneralDynamicTLSModel", "LocalDynamicTLSModel", "InitialExecTLSModel", "LocalE…