Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachine.cpp86 case GlobalVariable::InitialExecTLSModel: in getSelectedTLSModel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalValue.h162 InitialExecTLSModel, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalValue.h188 InitialExecTLSModel, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DDataFlowSanitizer.cpp724 G->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in runOnModule()
729 G->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in runOnModule()
DSanitizerCoverage.cpp439 GlobalValue::ThreadLocalMode::InitialExecTLSModel); in instrumentModule()
DHWAddressSanitizer.cpp426 GlobalVariable::InitialExecTLSModel); in initializeModule()
DMemorySanitizer.cpp754 GlobalVariable::InitialExecTLSModel); in getOrInsertGlobal()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1694 GlobalValue::InitialExecTLSModel : in getDefaultSafeStackPointerLocation()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp2158 case GlobalVariable::InitialExecTLSModel: in LLVMGetThreadLocalMode()
2181 GV->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in LLVMSetThreadLocalMode()
DAsmWriter.cpp3233 case GlobalVariable::InitialExecTLSModel: in PrintThreadLocalModel()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1058 case GlobalVariable::InitialExecTLSModel: return 3; in getEncodedThreadLocalMode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1025 case 3: return GlobalVariable::InitialExecTLSModel; in getDecodedThreadLocalMode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp1536 TLM = GlobalVariable::InitialExecTLSModel; in ParseTLSModel()