Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Frontend/
H A DCodeGenOptions.h83 LocalExecTLSModel enumerator
/minix3/external/bsd/llvm/dist/llvm/lib/Target/
H A DTargetMachine.cpp100 case GlobalVariable::LocalExecTLSModel: in getSelectedTLSModel()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DGlobalValue.h104 LocalExecTLSModel enumerator
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp519 .Case("local-exec", llvm::GlobalVariable::LocalExecTLSModel); in GetLLVMTLSModel()
531 case CodeGenOptions::LocalExecTLSModel: in GetLLVMTLSModel()
532 return llvm::GlobalVariable::LocalExecTLSModel; in GetLLVMTLSModel()
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DCore.cpp1589 case GlobalVariable::LocalExecTLSModel: in LLVMGetThreadLocalMode()
1613 GV->setThreadLocalMode(GlobalVariable::LocalExecTLSModel); in LLVMSetThreadLocalMode()
H A DAsmWriter.cpp1733 case GlobalVariable::LocalExecTLSModel: in PrintThreadLocalModel()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/CppBackend/
H A DCPPBackend.cpp350 case GlobalVariable::LocalExecTLSModel: in printThreadLocalMode()
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp530 case GlobalVariable::LocalExecTLSModel: return 4; in getEncodedThreadLocalMode()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCompilerInvocation.cpp550 .Case("local-exec", CodeGenOptions::LocalExecTLSModel) in ParseCodeGenArgs()
/minix3/external/bsd/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp223 case 4: return GlobalVariable::LocalExecTLSModel; in GetDecodedThreadLocalMode()
/minix3/external/bsd/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp1170 TLM = GlobalVariable::LocalExecTLSModel; in ParseTLSModel()