/external/clang/include/clang/Frontend/ |
D | CodeGenOptions.h | 67 InitialExecTLSModel, enumerator
|
/external/llvm/lib/Target/ |
D | TargetMachine.cpp | 100 case GlobalVariable::InitialExecTLSModel: in getSelectedTLSModel()
|
/external/llvm-project/llvm/lib/Target/ |
D | TargetMachine.cpp | 86 case GlobalVariable::InitialExecTLSModel: in getSelectedTLSModel()
|
/external/llvm-project/clang/include/clang/Basic/ |
D | CodeGenOptions.h | 71 InitialExecTLSModel, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
D | TargetMachine.cpp | 86 case GlobalVariable::InitialExecTLSModel: in getSelectedTLSModel()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | GlobalValue.h | 162 InitialExecTLSModel, enumerator
|
/external/llvm-project/polly/lib/CodeGen/ |
D | PerfMonitor.cpp | 79 InitialValue, Name, nullptr, GlobalVariable::InitialExecTLSModel); in TryRegisterGlobal()
|
/external/llvm/include/llvm/IR/ |
D | GlobalValue.h | 147 InitialExecTLSModel, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | GlobalValue.h | 188 InitialExecTLSModel, enumerator
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | GlobalValue.h | 182 InitialExecTLSModel, enumerator
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | MemorySanitizer.cpp | 464 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()
|
D | DataFlowSanitizer.cpp | 612 G->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in runOnModule() 617 G->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in runOnModule()
|
/external/llvm-project/llvm/lib/Transforms/Instrumentation/ |
D | DataFlowSanitizer.cpp | 866 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()
|
D | SanitizerCoverage.cpp | 469 GlobalValue::ThreadLocalMode::InitialExecTLSModel); in instrumentModule()
|
D | HWAddressSanitizer.cpp | 540 GlobalVariable::InitialExecTLSModel); in initializeModule()
|
/external/llvm/lib/CodeGen/ |
D | SafeStack.cpp | 376 GlobalValue::InitialExecTLSModel : in getOrCreateUnsafeStackPtr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | SanitizerCoverage.cpp | 439 GlobalValue::ThreadLocalMode::InitialExecTLSModel); in instrumentModule()
|
D | DataFlowSanitizer.cpp | 724 G->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in runOnModule() 729 G->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in runOnModule()
|
D | HWAddressSanitizer.cpp | 426 GlobalVariable::InitialExecTLSModel); in initializeModule()
|
/external/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 609 .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/ |
D | Core.cpp | 1694 case GlobalVariable::InitialExecTLSModel: in LLVMGetThreadLocalMode() 1717 GV->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in LLVMSetThreadLocalMode()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | TargetLoweringBase.cpp | 1694 GlobalValue::InitialExecTLSModel : in getDefaultSafeStackPointerLocation()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CodeGenModule.cpp | 1038 .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/ |
D | TargetLoweringBase.cpp | 1880 GlobalValue::InitialExecTLSModel : in getDefaultSafeStackPointerLocation()
|
/external/llvm-project/llvm/lib/IR/ |
D | Core.cpp | 2194 case GlobalVariable::InitialExecTLSModel: in LLVMGetThreadLocalMode() 2217 GV->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in LLVMSetThreadLocalMode()
|