Home
last modified time | relevance | path

Searched refs:InitialExecTLSModel (Results 1 – 25 of 26) 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/swiftshader/third_party/llvm-10.0/llvm/lib/Target/
DTargetMachine.cpp86 case GlobalVariable::InitialExecTLSModel: in getSelectedTLSModel()
/external/llvm/include/llvm/IR/
DGlobalValue.h147 InitialExecTLSModel, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalValue.h162 InitialExecTLSModel, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalValue.h188 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/lib/CodeGen/
DSafeStack.cpp376 GlobalValue::InitialExecTLSModel : in getOrCreateUnsafeStackPtr()
/external/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()
/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()
DAsmWriter.cpp2418 case GlobalVariable::InitialExecTLSModel: in PrintThreadLocalModel()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTargetLoweringBase.cpp1694 GlobalValue::InitialExecTLSModel : in getDefaultSafeStackPointerLocation()
/external/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()
/external/clang/lib/Frontend/
DCompilerInvocation.cpp763 .Case("initial-exec", CodeGenOptions::InitialExecTLSModel) in ParseCodeGenArgs()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp979 case GlobalVariable::InitialExecTLSModel: return 3; in getEncodedThreadLocalMode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp1058 case GlobalVariable::InitialExecTLSModel: return 3; in getEncodedThreadLocalMode()
/external/llvm/lib/AsmParser/
DLLParser.cpp1293 TLM = GlobalVariable::InitialExecTLSModel; in ParseTLSModel()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1025 case 3: return GlobalVariable::InitialExecTLSModel; in getDecodedThreadLocalMode()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp760 case 3: return GlobalVariable::InitialExecTLSModel; in getDecodedThreadLocalMode()

12