Searched refs:InitialExecTLSModel (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/
H A DTargetMachine.cpp86 case GlobalVariable::InitialExecTLSModel:
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DCodeGenOptions.h75 InitialExecTLSModel, enumerator in enum:clang::CodeGenOptions::TLSModel
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DGlobalValue.h182 InitialExecTLSModel,
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DSanitizerCoverage.cpp476 GlobalValue::ThreadLocalMode::InitialExecTLSModel);
H A DHWAddressSanitizer.cpp552 GlobalVariable::InitialExecTLSModel);
H A DDataFlowSanitizer.cpp1482 Changed |= G->getThreadLocalMode() != GlobalVariable::InitialExecTLSModel;
1483 G->setThreadLocalMode(GlobalVariable::InitialExecTLSModel);
H A DMemorySanitizer.cpp771 GlobalVariable::InitialExecTLSModel);
/netbsd-current/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp1116 .Case("initial-exec", llvm::GlobalVariable::InitialExecTLSModel)
1127 case CodeGenOptions::InitialExecTLSModel:
1128 return llvm::GlobalVariable::InitialExecTLSModel;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1854 GlobalValue::InitialExecTLSModel :
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp2220 case GlobalVariable::InitialExecTLSModel:
2243 GV->setThreadLocalMode(GlobalVariable::InitialExecTLSModel);
H A DAsmWriter.cpp3516 case GlobalVariable::InitialExecTLSModel:
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp1036 case 3: return GlobalVariable::InitialExecTLSModel;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1117 case GlobalVariable::InitialExecTLSModel: return 3;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/AsmParser/
H A DLLParser.cpp1655 TLM = GlobalVariable::InitialExecTLSModel;

Completed in 433 milliseconds