Home
last modified time | relevance | path

Searched refs:LocalDynamicTLSModel (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetMachine.cpp84 case GlobalVariable::LocalDynamicTLSModel: in getSelectedTLSModel()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h74 LocalDynamicTLSModel, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalValue.h181 LocalDynamicTLSModel, enumerator
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp1115 .Case("local-dynamic", llvm::GlobalVariable::LocalDynamicTLSModel) in GetLLVMTLSModel()
1125 case CodeGenOptions::LocalDynamicTLSModel: in GetDefaultLLVMTLSModel()
1126 return llvm::GlobalVariable::LocalDynamicTLSModel; in GetDefaultLLVMTLSModel()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp2218 case GlobalVariable::LocalDynamicTLSModel: in LLVMGetThreadLocalMode()
2240 GV->setThreadLocalMode(GlobalVariable::LocalDynamicTLSModel); in LLVMSetThreadLocalMode()
H A DAsmWriter.cpp3513 case GlobalVariable::LocalDynamicTLSModel: in PrintThreadLocalModel()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1116 case GlobalVariable::LocalDynamicTLSModel: return 2; in getEncodedThreadLocalMode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1035 case 2: return GlobalVariable::LocalDynamicTLSModel; in getDecodedThreadLocalMode()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp1652 TLM = GlobalVariable::LocalDynamicTLSModel; in parseTLSModel()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td2608 …NormalizedValues<["GeneralDynamicTLSModel", "LocalDynamicTLSModel", "InitialExecTLSModel", "LocalE…