Home
last modified time | relevance | path

Searched defs:ThreadLocalMode (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalValue.h158 enum ThreadLocalMode { enum
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/llvm/
Dmod.rs176 pub fn set_thread_local_mode(global: &Value, mode: ThreadLocalMode) { in set_thread_local_mode()
Dffi.rs580 pub enum ThreadLocalMode { enum
1200 pub fn LLVMSetThreadLocalMode(GlobalVar: &Value, Mode: ThreadLocalMode); in LLVMSetThreadLocalMode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalValue.h184 enum ThreadLocalMode { enum
/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dcontext.rs126 fn to_llvm_tls_model(tls_model: TlsModel) -> llvm::ThreadLocalMode { in to_llvm_tls_model()