Home
last modified time | relevance | path

Searched refs:add_compiler_used_global (Results 1 – 3 of 3) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_ssa/src/traits/
H A Dstatics.rs17 fn add_compiler_used_global(&self, global: Self::Value); in add_compiler_used_global() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_llvm/src/
H A Dconsts.rs531 self.add_compiler_used_global(g); in codegen_static()
544 fn add_compiler_used_global(&self, global: &'ll Value) { in add_compiler_used_global() method
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_codegen_gcc/src/
H A Dconsts.rs153 fn add_compiler_used_global(&self, _global: RValue<'gcc>) { in add_compiler_used_global() method