Home
last modified time | relevance | path

Searched refs:LocalDynamicTLSModel (Results 1 – 11 of 11) sorted by relevance

/minix/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DCodeGenOptions.h81 LocalDynamicTLSModel, enumerator
/minix/external/bsd/llvm/dist/llvm/lib/Target/
H A DTargetMachine.cpp96 case GlobalVariable::LocalDynamicTLSModel: in getSelectedTLSModel()
/minix/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DGlobalValue.h102 LocalDynamicTLSModel, enumerator
/minix/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp517 .Case("local-dynamic", llvm::GlobalVariable::LocalDynamicTLSModel) in GetLLVMTLSModel()
527 case CodeGenOptions::LocalDynamicTLSModel: in GetLLVMTLSModel()
528 return llvm::GlobalVariable::LocalDynamicTLSModel; in GetLLVMTLSModel()
/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DCore.cpp1585 case GlobalVariable::LocalDynamicTLSModel: in LLVMGetThreadLocalMode()
1607 GV->setThreadLocalMode(GlobalVariable::LocalDynamicTLSModel); in LLVMSetThreadLocalMode()
H A DAsmWriter.cpp1727 case GlobalVariable::LocalDynamicTLSModel: in PrintThreadLocalModel()
/minix/external/bsd/llvm/dist/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp344 case GlobalVariable::LocalDynamicTLSModel: in printThreadLocalMode()
/minix/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp528 case GlobalVariable::LocalDynamicTLSModel: return 2; in getEncodedThreadLocalMode()
/minix/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp548 .Case("local-dynamic", CodeGenOptions::LocalDynamicTLSModel) in ParseCodeGenArgs()
/minix/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp221 case 2: return GlobalVariable::LocalDynamicTLSModel; in GetDecodedThreadLocalMode()
/minix/external/bsd/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp1164 TLM = GlobalVariable::LocalDynamicTLSModel; in ParseTLSModel()