Home
last modified time | relevance | path

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

/third_party/rust/rust/compiler/rustc_codegen_llvm/src/
Dcontext.rs47 pub tls_model: llvm::ThreadLocalMode, field
417 let tls_model = to_llvm_tls_model(tcx.sess.tls_model()); in new() localVariable
/third_party/rust/rust/compiler/rustc_codegen_cranelift/src/
Dlib.rs263 let tls_model = match target_triple.binary_format { in build_isa() localVariable
/third_party/rust/rust/compiler/rustc_codegen_gcc/src/
Dcontext.rs42 pub tls_model: gccjit::TlsModel, field
152 let tls_model = to_gcc_tls_mode(tcx.sess.tls_model()); in new() localVariable
/third_party/rust/rust/compiler/rustc_session/src/
Dsession.rs1178 pub fn tls_model(&self) -> TlsModel { in tls_model() method
/third_party/rust/rust/compiler/rustc_target/src/spec/
Dmod.rs1718 pub tls_model: TlsModel, field