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

Method tcx

crates/rustc_codegen_nvvm/src/context.rs:578–580  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

576
577impl<'ll, 'tcx> ty::layout::HasTyCtxt<'tcx> for CodegenCx<'ll, 'tcx> {
578 fn tcx(&self) -> TyCtxt<'tcx> {
579 self.tcx
580 }
581}
582
583impl<'ll, 'tcx> LayoutOfHelpers<'tcx> for CodegenCx<'ll, 'tcx> {

Callers 3

static_addrspaceMethod · 0.45
dbg_scope_fnMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected