Home
last modified time | relevance | path

Searched refs:GeneralDynamicTLSModel (Results 1 – 12 of 12) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalValue.h180 GeneralDynamicTLSModel, enumerator
246 setThreadLocalMode(Val ? GeneralDynamicTLSModel : NotThreadLocal); in setThreadLocal()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetMachine.cpp82 case GlobalVariable::GeneralDynamicTLSModel: in getSelectedTLSModel()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h73 GeneralDynamicTLSModel, enumerator
H A DCodeGenOptions.def369 ENUM_CODEGENOPT(DefaultTLSModel, TLSModel, 2, GeneralDynamicTLSModel)
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp1114 .Case("global-dynamic", llvm::GlobalVariable::GeneralDynamicTLSModel) in GetLLVMTLSModel()
1123 case CodeGenOptions::GeneralDynamicTLSModel: in GetDefaultLLVMTLSModel()
1124 return llvm::GlobalVariable::GeneralDynamicTLSModel; in GetDefaultLLVMTLSModel()
H A DMicrosoftCXXABI.cpp2416 /*InsertBefore=*/nullptr, llvm::GlobalVariable::GeneralDynamicTLSModel); in getInitThreadEpochPtr()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp2216 case GlobalVariable::GeneralDynamicTLSModel: in LLVMGetThreadLocalMode()
2237 GV->setThreadLocalMode(GlobalVariable::GeneralDynamicTLSModel); in LLVMSetThreadLocalMode()
H A DAsmWriter.cpp3510 case GlobalVariable::GeneralDynamicTLSModel: in PrintThreadLocalModel()
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1115 case GlobalVariable::GeneralDynamicTLSModel: return 1; in getEncodedThreadLocalMode()
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1034 case 1: return GlobalVariable::GeneralDynamicTLSModel; in getDecodedThreadLocalMode()
/netbsd/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp1675 TLM = GlobalVariable::GeneralDynamicTLSModel; in parseOptionalThreadLocal()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td2608 …NormalizedValues<["GeneralDynamicTLSModel", "LocalDynamicTLSModel", "InitialExecTLSModel", "LocalE…
2609 MarshallingInfoEnum<CodeGenOpts<"DefaultTLSModel">, "GeneralDynamicTLSModel">;