Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rust-GPU/rust-cuda
/ get_fn_addr
Method
get_fn_addr
crates/rustc_codegen_nvvm/src/context.rs:214–216 ·
view source on GitHub ↗
(&self, instance: Instance<'tcx>)
Source
from the content-addressed store, hash-verified
212
}
213
214
fn get_fn_addr(&self, instance: Instance<
'tcx>) -> &'
ll Value {
215
self.get_fn(instance)
216
}
217
218
fn eh_personality(&self) -> &'ll Value {
219
self.eh_personality
Callers
1
scalar_to_backend
Method · 0.80
Calls
1
get_fn
Method · 0.80
Tested by
no test coverage detected