Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Rust-GPU/rust-cuda
/ debuginfo_finalize
Method
debuginfo_finalize
crates/rustc_codegen_nvvm/src/debug_info/mod.rs:479–483 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
477
}
478
479
fn debuginfo_finalize(&self) {
480
if let Some(dbg_cx) = &self.dbg_cx {
481
dbg_cx.finalize();
482
}
483
}
484
485
fn create_dbg_var(
486
&self,
Callers
1
module_codegen
Function · 0.80
Calls
1
finalize
Method · 0.45
Tested by
no test coverage detected