MCPcopy Create free account
hub / github.com/Rust-GPU/rust-cuda / compiler_used_statics

Method compiler_used_statics

crates/rustc_codegen_nvvm/src/context.rs:258–260  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

256 }
257
258 fn compiler_used_statics(&self) -> &RefCell<Vec<Self::Value>> {
259 &self.compiler_used_statics
260 }
261
262 fn set_frame_pointer_type(&self, _llfn: Self::Function) {}
263}

Callers 1

module_codegenFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected