Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rust-GPU/rust-cuda
/ codegen_unit
Method
codegen_unit
crates/rustc_codegen_nvvm/src/context.rs:230–232 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
228
}
229
230
fn codegen_unit(&self) -> &
'tcx CodegenUnit<'
tcx> {
231
self.codegen_unit
232
}
233
234
fn used_statics(&self) -> &RefCell<Vec<&'ll Value>> {
235
&self.used_statics
Callers
2
compile_codegen_unit
Function · 0.80
module_codegen
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected