/aosp_15_r20/external/clang/include/clang/Frontend/ |
H A D | CodeGenOptions.h | 68 LocalExecTLSModel enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ |
H A D | TargetMachine.cpp | 82 case GlobalVariable::LocalExecTLSModel: in getSelectedTLSModel()
|
/aosp_15_r20/external/llvm/lib/Target/ |
H A D | TargetMachine.cpp | 102 case GlobalVariable::LocalExecTLSModel: in getSelectedTLSModel()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelDAGToDAG.cpp | 140 GlobalValue::LocalExecTLSModel && in Select()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ |
H A D | TargetMachine.cpp | 88 case GlobalVariable::LocalExecTLSModel: in getSelectedTLSModel()
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Basic/ |
D | CodeGenOptions.h | 72 LocalExecTLSModel enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Basic/ |
D | CodeGenOptions.h | 72 LocalExecTLSModel enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Basic/ |
D | CodeGenOptions.h | 72 LocalExecTLSModel enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Basic/ |
D | CodeGenOptions.h | 72 LocalExecTLSModel enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | GlobalValue.h | 163 LocalExecTLSModel enumerator
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | GlobalValue.h | 148 LocalExecTLSModel enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | GlobalValue.h | 196 LocalExecTLSModel enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | GlobalValue.h | 189 LocalExecTLSModel enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | GlobalValue.h | 200 LocalExecTLSModel enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | GlobalValue.h | 200 LocalExecTLSModel enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | GlobalValue.h | 200 LocalExecTLSModel enumerator
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | GlobalValue.h | 200 LocalExecTLSModel enumerator
|
/aosp_15_r20/external/clang/lib/CodeGen/ |
H A D | CodeGenModule.cpp | 610 .Case("local-exec", llvm::GlobalVariable::LocalExecTLSModel); in GetLLVMTLSModel() 622 case CodeGenOptions::LocalExecTLSModel: in GetLLVMTLSModel() 623 return llvm::GlobalVariable::LocalExecTLSModel; in GetLLVMTLSModel()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyISelLowering.cpp | 1631 : GlobalValue::LocalExecTLSModel; in LowerGlobalTLSAddress() 1637 if (model == GlobalValue::LocalExecTLSModel || in LowerGlobalTLSAddress()
|
/aosp_15_r20/external/llvm/lib/IR/ |
H A D | Core.cpp | 1696 case GlobalVariable::LocalExecTLSModel: in LLVMGetThreadLocalMode() 1720 GV->setThreadLocalMode(GlobalVariable::LocalExecTLSModel); in LLVMSetThreadLocalMode()
|
/aosp_15_r20/frameworks/compile/slang/BitWriter_3_2/ |
D | BitcodeWriter.cpp | 387 case GlobalVariable::LocalExecTLSModel: return 4; in getEncodedThreadLocalMode()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Core.cpp | 2160 case GlobalVariable::LocalExecTLSModel: in LLVMGetThreadLocalMode() 2184 GV->setThreadLocalMode(GlobalVariable::LocalExecTLSModel); in LLVMSetThreadLocalMode()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/IR/ |
H A D | Core.cpp | 2177 case GlobalVariable::LocalExecTLSModel: in LLVMGetThreadLocalMode() 2201 GV->setThreadLocalMode(GlobalVariable::LocalExecTLSModel); in LLVMSetThreadLocalMode()
|
/aosp_15_r20/external/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 764 .Case("local-exec", CodeGenOptions::LocalExecTLSModel) in ParseCodeGenArgs()
|
/aosp_15_r20/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
D | BitcodeReader.cpp | 486 case 4: return GlobalVariable::LocalExecTLSModel; in GetDecodedThreadLocalMode()
|