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.cpp198 case GlobalVariable::LocalExecTLSModel: in getSelectedTLSModel()
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DCodeGenOptions.h87 LocalExecTLSModel enumerator
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h202 LocalExecTLSModel enumerator
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1953 : GlobalValue::LocalExecTLSModel; in LowerGlobalTLSAddress()
1959 if (model == GlobalValue::LocalExecTLSModel || in LowerGlobalTLSAddress()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1946 .Case("local-exec", llvm::GlobalVariable::LocalExecTLSModel); in GetLLVMTLSModel()
1958 case CodeGenOptions::LocalExecTLSModel: in GetDefaultLLVMTLSModel()
1959 return llvm::GlobalVariable::LocalExecTLSModel; in GetDefaultLLVMTLSModel()
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp2296 case GlobalVariable::LocalExecTLSModel: in LLVMGetThreadLocalMode()
2320 GV->setThreadLocalMode(GlobalVariable::LocalExecTLSModel); in LLVMSetThreadLocalMode()
H A DAsmWriter.cpp3881 case GlobalVariable::LocalExecTLSModel: in PrintThreadLocalModel()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/DXILWriter/
H A DDXILBitcodeWriter.cpp841 case GlobalVariable::LocalExecTLSModel: in getEncodedThreadLocalMode()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1379 case GlobalVariable::LocalExecTLSModel: return 4; in getEncodedThreadLocalMode()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1253 case 4: return GlobalVariable::LocalExecTLSModel; in getDecodedThreadLocalMode()
/freebsd/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1904 TLM = GlobalVariable::LocalExecTLSModel; in parseTLSModel()
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td4240 …es<["GeneralDynamicTLSModel", "LocalDynamicTLSModel", "InitialExecTLSModel", "LocalExecTLSModel"]>,
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp19654 if (GV->getThreadLocalMode() == GlobalVariable::LocalExecTLSModel) { in LowerGlobalTLSAddress()