Home
last modified time | relevance | path

Searched refs:InitialExecTLSModel (Results 1 – 25 of 42) sorted by relevance

12

/external/clang/include/clang/Frontend/
DCodeGenOptions.h67 InitialExecTLSModel, enumerator
/external/llvm/lib/Target/
DTargetMachine.cpp100 case GlobalVariable::InitialExecTLSModel: in getSelectedTLSModel()
/external/llvm-project/llvm/lib/Target/
DTargetMachine.cpp86 case GlobalVariable::InitialExecTLSModel: in getSelectedTLSModel()
/external/llvm-project/clang/include/clang/Basic/
DCodeGenOptions.h71 InitialExecTLSModel, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachine.cpp86 case GlobalVariable::InitialExecTLSModel: in getSelectedTLSModel()
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalValue.h162 InitialExecTLSModel, enumerator
/external/llvm-project/polly/lib/CodeGen/
DPerfMonitor.cpp79 InitialValue, Name, nullptr, GlobalVariable::InitialExecTLSModel); in TryRegisterGlobal()
/external/llvm/include/llvm/IR/
DGlobalValue.h147 InitialExecTLSModel, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalValue.h188 InitialExecTLSModel, enumerator
/external/llvm-project/llvm/include/llvm/IR/
DGlobalValue.h182 InitialExecTLSModel, enumerator
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp464 GlobalVariable::InitialExecTLSModel); in initializeCallbacks()
467 "__msan_retval_origin_tls", nullptr, GlobalVariable::InitialExecTLSModel); in initializeCallbacks()
472 GlobalVariable::InitialExecTLSModel); in initializeCallbacks()
476 nullptr, GlobalVariable::InitialExecTLSModel); in initializeCallbacks()
481 GlobalVariable::InitialExecTLSModel); in initializeCallbacks()
485 GlobalVariable::InitialExecTLSModel); in initializeCallbacks()
488 "__msan_origin_tls", nullptr, GlobalVariable::InitialExecTLSModel); in initializeCallbacks()
DDataFlowSanitizer.cpp612 G->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in runOnModule()
617 G->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in runOnModule()
/external/llvm-project/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp866 Changed |= G->getThreadLocalMode() != GlobalVariable::InitialExecTLSModel; in runImpl()
867 G->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in runImpl()
873 Changed |= G->getThreadLocalMode() != GlobalVariable::InitialExecTLSModel; in runImpl()
874 G->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in runImpl()
DSanitizerCoverage.cpp469 GlobalValue::ThreadLocalMode::InitialExecTLSModel); in instrumentModule()
DHWAddressSanitizer.cpp540 GlobalVariable::InitialExecTLSModel); in initializeModule()
/external/llvm/lib/CodeGen/
DSafeStack.cpp376 GlobalValue::InitialExecTLSModel : in getOrCreateUnsafeStackPtr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DSanitizerCoverage.cpp439 GlobalValue::ThreadLocalMode::InitialExecTLSModel); in instrumentModule()
DDataFlowSanitizer.cpp724 G->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in runOnModule()
729 G->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in runOnModule()
DHWAddressSanitizer.cpp426 GlobalVariable::InitialExecTLSModel); in initializeModule()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp609 .Case("initial-exec", llvm::GlobalVariable::InitialExecTLSModel) in GetLLVMTLSModel()
620 case CodeGenOptions::InitialExecTLSModel: in GetLLVMTLSModel()
621 return llvm::GlobalVariable::InitialExecTLSModel; in GetLLVMTLSModel()
/external/llvm/lib/IR/
DCore.cpp1694 case GlobalVariable::InitialExecTLSModel: in LLVMGetThreadLocalMode()
1717 GV->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in LLVMSetThreadLocalMode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1694 GlobalValue::InitialExecTLSModel : in getDefaultSafeStackPointerLocation()
/external/llvm-project/clang/lib/CodeGen/
DCodeGenModule.cpp1038 .Case("initial-exec", llvm::GlobalVariable::InitialExecTLSModel) in GetLLVMTLSModel()
1049 case CodeGenOptions::InitialExecTLSModel: in GetDefaultLLVMTLSModel()
1050 return llvm::GlobalVariable::InitialExecTLSModel; in GetDefaultLLVMTLSModel()
/external/llvm-project/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1880 GlobalValue::InitialExecTLSModel : in getDefaultSafeStackPointerLocation()
/external/llvm-project/llvm/lib/IR/
DCore.cpp2194 case GlobalVariable::InitialExecTLSModel: in LLVMGetThreadLocalMode()
2217 GV->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in LLVMSetThreadLocalMode()

12