Home
last modified time | relevance | path

Searched refs:codegen_static (Results 1 – 7 of 7) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_ssa/src/traits/
H A Dstatics.rs7 fn codegen_static(&self, def_id: DefId, is_mutable: bool); in codegen_static() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_ssa/src/
H A Dmono_item.rs31 cx.codegen_static(def_id, cx.tcx().is_mutable_static(def_id)); in define()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_gcc/src/
H A Dconsts.rs44 fn codegen_static(&self, def_id: DefId, is_mutable: bool) { in codegen_static() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_cranelift/src/driver/
H A Djit.rs131 crate::constant::codegen_static(tcx, &mut jit_module, def_id); in run_jit()
H A Daot.rs135 MonoItem::Static(def_id) => crate::constant::codegen_static(tcx, &mut module, def_id), in module_codegen()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_llvm/src/
H A Dconsts.rs368 fn codegen_static(&self, def_id: DefId, is_mutable: bool) { in codegen_static() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_cranelift/src/
H A Dconstant.rs80 pub(crate) fn codegen_static(tcx: TyCtxt<'_>, module: &mut dyn Module, def_id: DefId) { in codegen_static() function