/aosp_15_r20/external/clang/include/clang/Frontend/ |
H A D | CodeGenOptions.h | 66 LocalDynamicTLSModel, enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ |
H A D | TargetMachine.cpp | 78 case GlobalVariable::LocalDynamicTLSModel: in getSelectedTLSModel()
|
/aosp_15_r20/external/llvm/lib/Target/ |
H A D | TargetMachine.cpp | 98 case GlobalVariable::LocalDynamicTLSModel: in getSelectedTLSModel()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
H A D | TargetMachine.cpp | 84 case GlobalVariable::LocalDynamicTLSModel: in getSelectedTLSModel()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/ |
D | CodeGenOptions.h | 70 LocalDynamicTLSModel, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/ |
D | CodeGenOptions.h | 70 LocalDynamicTLSModel, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/ |
D | CodeGenOptions.h | 70 LocalDynamicTLSModel, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/ |
D | CodeGenOptions.h | 70 LocalDynamicTLSModel, enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | GlobalValue.h | 161 LocalDynamicTLSModel, enumerator
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | GlobalValue.h | 146 LocalDynamicTLSModel, enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | GlobalValue.h | 194 LocalDynamicTLSModel, enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | GlobalValue.h | 187 LocalDynamicTLSModel, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | GlobalValue.h | 198 LocalDynamicTLSModel, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | GlobalValue.h | 198 LocalDynamicTLSModel, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | GlobalValue.h | 198 LocalDynamicTLSModel, enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | GlobalValue.h | 198 LocalDynamicTLSModel, enumerator
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 608 .Case("local-dynamic", llvm::GlobalVariable::LocalDynamicTLSModel) in GetLLVMTLSModel() 618 case CodeGenOptions::LocalDynamicTLSModel: in GetLLVMTLSModel() 619 return llvm::GlobalVariable::LocalDynamicTLSModel; in GetLLVMTLSModel()
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Core.cpp | 1692 case GlobalVariable::LocalDynamicTLSModel: in LLVMGetThreadLocalMode() 1714 GV->setThreadLocalMode(GlobalVariable::LocalDynamicTLSModel); in LLVMSetThreadLocalMode()
|
H A D | AsmWriter.cpp | 2415 case GlobalVariable::LocalDynamicTLSModel: in PrintThreadLocalModel()
|
/aosp_15_r20/frameworks/compile/slang/BitWriter_3_2/ |
D | BitcodeWriter.cpp | 385 case GlobalVariable::LocalDynamicTLSModel: return 2; in getEncodedThreadLocalMode()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Core.cpp | 2156 case GlobalVariable::LocalDynamicTLSModel: in LLVMGetThreadLocalMode() 2178 GV->setThreadLocalMode(GlobalVariable::LocalDynamicTLSModel); in LLVMSetThreadLocalMode()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Core.cpp | 2173 case GlobalVariable::LocalDynamicTLSModel: in LLVMGetThreadLocalMode() 2195 GV->setThreadLocalMode(GlobalVariable::LocalDynamicTLSModel); in LLVMSetThreadLocalMode()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 1638 model == GlobalValue::LocalDynamicTLSModel || in LowerGlobalTLSAddress()
|
/aosp_15_r20/external/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 762 .Case("local-dynamic", CodeGenOptions::LocalDynamicTLSModel) in ParseCodeGenArgs()
|
/aosp_15_r20/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 484 case 2: return GlobalVariable::LocalDynamicTLSModel; in GetDecodedThreadLocalMode()
|