/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Globals.cpp | 229 setThreadLocalMode(TLMode); in GlobalVariable() 247 setThreadLocalMode(TLMode); in GlobalVariable() 298 setThreadLocalMode(SrcVar->getThreadLocalMode()); in copyAttributesFrom()
|
H A D | Core.cpp | 1708 GV->setThreadLocalMode(GlobalVariable::NotThreadLocal); in LLVMSetThreadLocalMode() 1711 GV->setThreadLocalMode(GlobalVariable::GeneralDynamicTLSModel); in LLVMSetThreadLocalMode() 1714 GV->setThreadLocalMode(GlobalVariable::LocalDynamicTLSModel); in LLVMSetThreadLocalMode() 1717 GV->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in LLVMSetThreadLocalMode() 1720 GV->setThreadLocalMode(GlobalVariable::LocalExecTLSModel); in LLVMSetThreadLocalMode()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Globals.cpp | 347 setThreadLocalMode(TLMode); in GlobalVariable() 367 setThreadLocalMode(TLMode); in GlobalVariable() 413 setThreadLocalMode(Src->getThreadLocalMode()); in copyAttributesFrom()
|
H A D | Core.cpp | 2172 GV->setThreadLocalMode(GlobalVariable::NotThreadLocal); in LLVMSetThreadLocalMode() 2175 GV->setThreadLocalMode(GlobalVariable::GeneralDynamicTLSModel); in LLVMSetThreadLocalMode() 2178 GV->setThreadLocalMode(GlobalVariable::LocalDynamicTLSModel); in LLVMSetThreadLocalMode() 2181 GV->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in LLVMSetThreadLocalMode() 2184 GV->setThreadLocalMode(GlobalVariable::LocalExecTLSModel); in LLVMSetThreadLocalMode()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Globals.cpp | 66 setThreadLocalMode(Src->getThreadLocalMode()); in copyAttributesFrom() 417 setThreadLocalMode(TLMode); in GlobalVariable() 441 setThreadLocalMode(TLMode); in GlobalVariable()
|
H A D | Core.cpp | 2189 GV->setThreadLocalMode(GlobalVariable::NotThreadLocal); in LLVMSetThreadLocalMode() 2192 GV->setThreadLocalMode(GlobalVariable::GeneralDynamicTLSModel); in LLVMSetThreadLocalMode() 2195 GV->setThreadLocalMode(GlobalVariable::LocalDynamicTLSModel); in LLVMSetThreadLocalMode() 2198 GV->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in LLVMSetThreadLocalMode() 2201 GV->setThreadLocalMode(GlobalVariable::LocalExecTLSModel); in LLVMSetThreadLocalMode()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | GlobalValue.h | 227 setThreadLocalMode(Val ? GeneralDynamicTLSModel : NotThreadLocal); in setThreadLocal() 229 void setThreadLocalMode(ThreadLocalMode Val) { in setThreadLocalMode() function
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | GlobalValue.h | 210 setThreadLocalMode(Val ? GeneralDynamicTLSModel : NotThreadLocal); in setThreadLocal() 212 void setThreadLocalMode(ThreadLocalMode Val) { in setThreadLocalMode() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | GlobalValue.h | 261 setThreadLocalMode(Val ? GeneralDynamicTLSModel : NotThreadLocal); in setThreadLocal() 263 void setThreadLocalMode(ThreadLocalMode Val) { in setThreadLocalMode() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | GlobalValue.h | 252 setThreadLocalMode(Val ? GeneralDynamicTLSModel : NotThreadLocal); in setThreadLocal() 254 void setThreadLocalMode(ThreadLocalMode Val) { in setThreadLocalMode() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | GlobalValue.h | 265 setThreadLocalMode(Val ? GeneralDynamicTLSModel : NotThreadLocal); in setThreadLocal() 267 void setThreadLocalMode(ThreadLocalMode Val) { in setThreadLocalMode() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | GlobalValue.h | 265 setThreadLocalMode(Val ? GeneralDynamicTLSModel : NotThreadLocal); in setThreadLocal() 267 void setThreadLocalMode(ThreadLocalMode Val) { in setThreadLocalMode() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | GlobalValue.h | 265 setThreadLocalMode(Val ? GeneralDynamicTLSModel : NotThreadLocal); in setThreadLocal() 267 void setThreadLocalMode(ThreadLocalMode Val) { in setThreadLocalMode() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | GlobalValue.h | 265 setThreadLocalMode(Val ? GeneralDynamicTLSModel : NotThreadLocal); in setThreadLocal() 267 void setThreadLocalMode(ThreadLocalMode Val) { in setThreadLocalMode() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | WasmEHPrepare.cpp | 221 LPadContextGV->setThreadLocalMode(GlobalValue::GeneralDynamicTLSModel); in prepareEHPads()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyTargetMachine.cpp | 269 GV.setThreadLocalMode(GlobalValue::ThreadLocalMode::NotThreadLocal); in stripThreadLocals()
|
/aosp_15_r20/external/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 612 G->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in runOnModule() 617 G->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in runOnModule()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
H A D | DataFlowSanitizer.cpp | 724 G->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in runOnModule() 729 G->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in runOnModule()
|
H A D | SanitizerCoverage.cpp | 438 SanCovLowestStack->setThreadLocalMode( in instrumentModule()
|
/aosp_15_r20/external/AFLplusplus/instrumentation/ |
H A D | SanitizerCoveragePCGUARD.so.cc | 422 SanCovLowestStack->setThreadLocalMode( in instrumentModule()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Instrumentation/ |
H A D | SanitizerCoverage.cpp | 489 SanCovLowestStack->setThreadLocalMode( in instrumentModule()
|
H A D | DataFlowSanitizer.cpp | 1500 G->setThreadLocalMode(GlobalVariable::InitialExecTLSModel); in runImpl()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 423 GV->setThreadLocalMode(GlobalValue::GeneralDynamicTLSModel); in getGlobalVariable()
|
/aosp_15_r20/external/llvm/lib/AsmParser/ |
H A D | LLParser.cpp | 789 GA->setThreadLocalMode(TLM); in parseIndirectSymbol() 914 GV->setThreadLocalMode(TLM); in ParseGlobal()
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | ItaniumCXXABI.cpp | 1969 guard->setThreadLocalMode(var->getThreadLocalMode()); in EmitGuardedInit()
|