Skip to main content

convert_type

Function convert_type 

Source
pub fn convert_type(
    ctx: &Context,
    llvm_ctx: &LLVMContext,
    tcctx: &mut TypeConversionContext,
    ty: TypeHandle,
) -> Result<LLVMType>
Expand description

Convert a pliron [Type] to LLVMType.