/aosp_15_r20/external/AFLplusplus/instrumentation/ |
H A D | afl-llvm-pass.so.cc | 422 GlobalVariable::GeneralDynamicTLSModel, 0, false); 435 /* InsertBefore */ nullptr, GlobalVariable::GeneralDynamicTLSModel, 446 GlobalVariable::GeneralDynamicTLSModel, 0, false); 459 /* InsertBefore */ nullptr, GlobalVariable::GeneralDynamicTLSModel, 471 0, GlobalVariable::GeneralDynamicTLSModel, 0, false);
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | GlobalValue.h | 160 GeneralDynamicTLSModel, enumerator 227 setThreadLocalMode(Val ? GeneralDynamicTLSModel : NotThreadLocal); in setThreadLocal()
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | GlobalValue.h | 145 GeneralDynamicTLSModel, enumerator 210 setThreadLocalMode(Val ? GeneralDynamicTLSModel : NotThreadLocal); in setThreadLocal()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | GlobalValue.h | 193 GeneralDynamicTLSModel, enumerator 261 setThreadLocalMode(Val ? GeneralDynamicTLSModel : NotThreadLocal); in setThreadLocal()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | GlobalValue.h | 186 GeneralDynamicTLSModel, enumerator 252 setThreadLocalMode(Val ? GeneralDynamicTLSModel : NotThreadLocal); in setThreadLocal()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | GlobalValue.h | 197 GeneralDynamicTLSModel, enumerator 265 setThreadLocalMode(Val ? GeneralDynamicTLSModel : NotThreadLocal); in setThreadLocal()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | GlobalValue.h | 197 GeneralDynamicTLSModel, enumerator 265 setThreadLocalMode(Val ? GeneralDynamicTLSModel : NotThreadLocal); in setThreadLocal()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | GlobalValue.h | 197 GeneralDynamicTLSModel, enumerator 265 setThreadLocalMode(Val ? GeneralDynamicTLSModel : NotThreadLocal); in setThreadLocal()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | GlobalValue.h | 197 GeneralDynamicTLSModel, enumerator 265 setThreadLocalMode(Val ? GeneralDynamicTLSModel : NotThreadLocal); in setThreadLocal()
|
/aosp_15_r20/external/clang/include/clang/Frontend/ |
H A D | CodeGenOptions.h | 65 GeneralDynamicTLSModel, enumerator
|
H A D | CodeGenOptions.def | 233 ENUM_CODEGENOPT(DefaultTLSModel, TLSModel, 2, GeneralDynamicTLSModel)
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ |
H A D | TargetMachine.cpp | 76 case GlobalVariable::GeneralDynamicTLSModel: in getSelectedTLSModel()
|
/aosp_15_r20/external/llvm/lib/Target/ |
H A D | TargetMachine.cpp | 96 case GlobalVariable::GeneralDynamicTLSModel: in getSelectedTLSModel()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
H A D | TargetMachine.cpp | 82 case GlobalVariable::GeneralDynamicTLSModel: in getSelectedTLSModel()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/ |
D | CodeGenOptions.h | 69 GeneralDynamicTLSModel, enumerator
|
D | CodeGenOptions.def | 359 ENUM_CODEGENOPT(DefaultTLSModel, TLSModel, 2, GeneralDynamicTLSModel)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/ |
D | CodeGenOptions.h | 69 GeneralDynamicTLSModel, enumerator
|
D | CodeGenOptions.def | 374 ENUM_CODEGENOPT(DefaultTLSModel, TLSModel, 2, GeneralDynamicTLSModel)
|
/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/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/ |
D | CodeGenOptions.h | 69 GeneralDynamicTLSModel, enumerator
|
D | CodeGenOptions.def | 372 ENUM_CODEGENOPT(DefaultTLSModel, TLSModel, 2, GeneralDynamicTLSModel)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/ |
D | CodeGenOptions.h | 69 GeneralDynamicTLSModel, enumerator
|
D | CodeGenOptions.def | 372 ENUM_CODEGENOPT(DefaultTLSModel, TLSModel, 2, GeneralDynamicTLSModel)
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 607 .Case("global-dynamic", llvm::GlobalVariable::GeneralDynamicTLSModel) in GetLLVMTLSModel() 616 case CodeGenOptions::GeneralDynamicTLSModel: in GetLLVMTLSModel() 617 return llvm::GlobalVariable::GeneralDynamicTLSModel; in GetLLVMTLSModel()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 1639 (model == GlobalValue::GeneralDynamicTLSModel && in LowerGlobalTLSAddress() 1661 assert(model == GlobalValue::GeneralDynamicTLSModel); in LowerGlobalTLSAddress()
|