Skip to main content

convert_type

Function convert_type 

Source
pub fn convert_type(
    ctx: &Context,
    llvm_ctx: &LLVMContext,
    cctx: &mut ConversionContext<'_>,
    ty: Ptr<TypeObj>,
) -> Result<LLVMType>
Expand description

Convert a pliron Type to LLVMType.