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

Method get_fn

crates/rustc_codegen_nvvm/src/context.rs:210–212  ·  view source on GitHub ↗
(&self, instance: Instance<'tcx>)

Source from the content-addressed store, hash-verified

208 }
209
210 fn get_fn(&self, instance: Instance<'tcx>) -> &'ll Value {
211 self.get_fn(instance)
212 }
213
214 fn get_fn_addr(&self, instance: Instance<'tcx>) -> &'ll Value {
215 self.get_fn(instance)

Callers 3

override_libm_functionFunction · 0.80
codegen_inline_asmMethod · 0.80
get_fn_addrMethod · 0.80

Calls 13

from_fn_attrsFunction · 0.85
LLVMRustSetLinkageFunction · 0.85
LLVMRustSetVisibilityFunction · 0.85
borrowMethod · 0.80
get_declared_valueMethod · 0.80
ptr_to_llvm_typeMethod · 0.80
val_tyMethod · 0.80
const_ptrcastMethod · 0.80
declare_fnMethod · 0.80
borrow_mutMethod · 0.80
getMethod · 0.45
llvm_typeMethod · 0.45

Tested by

no test coverage detected