Home
last modified time | relevance | path

Searched refs:LocalExecTLSModel (Results 1 – 13 of 13) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetMachine.cpp88 case GlobalVariable::LocalExecTLSModel: in getSelectedTLSModel()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h76 LocalExecTLSModel enumerator
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalValue.h183 LocalExecTLSModel enumerator
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp311 ? GlobalValue::LocalExecTLSModel in getGlobalVariable()
H A DWebAssemblyISelLowering.cpp1409 if (GV->getThreadLocalMode() != GlobalValue::LocalExecTLSModel && in LowerGlobalTLSAddress()
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp1117 .Case("local-exec", llvm::GlobalVariable::LocalExecTLSModel); in GetLLVMTLSModel()
1129 case CodeGenOptions::LocalExecTLSModel: in GetDefaultLLVMTLSModel()
1130 return llvm::GlobalVariable::LocalExecTLSModel; in GetDefaultLLVMTLSModel()
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp2222 case GlobalVariable::LocalExecTLSModel: in LLVMGetThreadLocalMode()
2246 GV->setThreadLocalMode(GlobalVariable::LocalExecTLSModel); in LLVMSetThreadLocalMode()
H A DAsmWriter.cpp3519 case GlobalVariable::LocalExecTLSModel: in PrintThreadLocalModel()
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1118 case GlobalVariable::LocalExecTLSModel: return 4; in getEncodedThreadLocalMode()
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1037 case 4: return GlobalVariable::LocalExecTLSModel; in getDecodedThreadLocalMode()
/netbsd/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp1658 TLM = GlobalVariable::LocalExecTLSModel; in parseTLSModel()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Driver/
H A DOptions.td2608 …es<["GeneralDynamicTLSModel", "LocalDynamicTLSModel", "InitialExecTLSModel", "LocalExecTLSModel"]>,
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19582 if (GV->getThreadLocalMode() == GlobalVariable::LocalExecTLSModel) { in LowerGlobalTLSAddress()