MCPcopy Create free account
hub / github.com/Rust-GPU/rust-gpu / get_fn

Method get_fn

crates/rustc_codegen_spirv/src/codegen_cx/mod.rs:777–779  ·  view source on GitHub ↗
(&self, instance: Instance<'tcx>)

Source from the content-addressed store, hash-verified

775 }
776
777 fn get_fn(&self, instance: Instance<'tcx>) -> Self::Function {
778 self.get_fn_ext(instance)
779 }
780
781 // NOTE(eddyb) see the comment on `SpirvValueKind::FnAddr`, this should
782 // be fixed upstream, so we never see any "function pointer" values being

Callers 1

get_fn_addrMethod · 0.80

Calls 1

get_fn_extMethod · 0.80

Tested by

no test coverage detected