Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DGlobalValue.h101 GeneralDynamicTLSModel, enumerator
137 setThreadLocalMode(Val ? GeneralDynamicTLSModel : NotThreadLocal); in setThreadLocal()
/minix/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DCodeGenOptions.h80 GeneralDynamicTLSModel, enumerator
H A DCodeGenOptions.def161 ENUM_CODEGENOPT(DefaultTLSModel, TLSModel, 2, GeneralDynamicTLSModel)
/minix/external/bsd/llvm/dist/llvm/lib/Target/
H A DTargetMachine.cpp94 case GlobalVariable::GeneralDynamicTLSModel: in getSelectedTLSModel()
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp516 .Case("global-dynamic", llvm::GlobalVariable::GeneralDynamicTLSModel) in GetLLVMTLSModel()
525 case CodeGenOptions::GeneralDynamicTLSModel: in GetLLVMTLSModel()
526 return llvm::GlobalVariable::GeneralDynamicTLSModel; in GetLLVMTLSModel()
/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DCore.cpp1583 case GlobalVariable::GeneralDynamicTLSModel: in LLVMGetThreadLocalMode()
1604 GV->setThreadLocalMode(GlobalVariable::GeneralDynamicTLSModel); in LLVMSetThreadLocalMode()
H A DAsmWriter.cpp1724 case GlobalVariable::GeneralDynamicTLSModel: in PrintThreadLocalModel()
/minix/external/bsd/llvm/dist/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp341 case GlobalVariable::GeneralDynamicTLSModel: in printThreadLocalMode()
/minix/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp527 case GlobalVariable::GeneralDynamicTLSModel: return 1; in getEncodedThreadLocalMode()
/minix/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp547 .Case("global-dynamic", CodeGenOptions::GeneralDynamicTLSModel) in ParseCodeGenArgs()
/minix/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp220 case 1: return GlobalVariable::GeneralDynamicTLSModel; in GetDecodedThreadLocalMode()
/minix/external/bsd/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp1187 TLM = GlobalVariable::GeneralDynamicTLSModel; in ParseOptionalThreadLocal()