Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/
H A DTargetMachine.cpp172 case GlobalVariable::LocalExecTLSModel: in getSelectedTLSModel()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h73 LocalExecTLSModel enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h200 LocalExecTLSModel enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1694 : GlobalValue::LocalExecTLSModel; in LowerGlobalTLSAddress()
1700 if (model == GlobalValue::LocalExecTLSModel || in LowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1779 .Case("local-exec", llvm::GlobalVariable::LocalExecTLSModel); in GetLLVMTLSModel()
1791 case CodeGenOptions::LocalExecTLSModel: in GetDefaultLLVMTLSModel()
1792 return llvm::GlobalVariable::LocalExecTLSModel; in GetDefaultLLVMTLSModel()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp2288 case GlobalVariable::LocalExecTLSModel: in LLVMGetThreadLocalMode()
2312 GV->setThreadLocalMode(GlobalVariable::LocalExecTLSModel); in LLVMSetThreadLocalMode()
H A DAsmWriter.cpp3718 case GlobalVariable::LocalExecTLSModel: in PrintThreadLocalModel()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp838 case GlobalVariable::LocalExecTLSModel: in getEncodedThreadLocalMode()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1311 case GlobalVariable::LocalExecTLSModel: return 4; in getEncodedThreadLocalMode()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1246 case 4: return GlobalVariable::LocalExecTLSModel; in getDecodedThreadLocalMode()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1914 TLM = GlobalVariable::LocalExecTLSModel; in parseTLSModel()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4020 …es<["GeneralDynamicTLSModel", "LocalDynamicTLSModel", "InitialExecTLSModel", "LocalExecTLSModel"]>,
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp18949 if (GV->getThreadLocalMode() == GlobalVariable::LocalExecTLSModel) { in LowerGlobalTLSAddress()