MCPcopy Create free account
hub / github.com/Rust-GPU/rust-gpu / cx

Method cx

crates/rustc_codegen_spirv/src/builder/builder_methods.rs:658–660  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

656 }
657
658 fn cx(&self) -> &Self::CodegenCx {
659 self.cx
660 }
661
662 fn llbb(&self) -> Self::BasicBlock {
663 self.basic_block

Calls

no outgoing calls

Tested by

no test coverage detected