pub fn convert_type(
ctx: &Context,
llvm_ctx: &LLVMContext,
tcctx: &mut TypeConversionContext,
ty: TypeHandle,
) -> Result<LLVMType>Expand description
Convert a pliron [Type] to LLVMType.
pub fn convert_type(
ctx: &Context,
llvm_ctx: &LLVMContext,
tcctx: &mut TypeConversionContext,
ty: TypeHandle,
) -> Result<LLVMType>Convert a pliron [Type] to LLVMType.