Trait rustc_codegen_llvm::abi::LlvmType

source ·
pub trait LlvmType {
    // Required method
    fn llvm_type<'ll>(&self, cx: &CodegenCx<'ll, '_>) -> &'ll Type;
}

Required Methods§

source

fn llvm_type<'ll>(&self, cx: &CodegenCx<'ll, '_>) -> &'ll Type

Implementors§