Skip to main content

create_pointer_type

Function create_pointer_type 

Source
fn create_pointer_type<'ll>(
    cx: &GenericCx<'ll, FullCx<'ll, '_>>,
    pointee_ty: &'ll Metadata,
    size: Size,
    align: Align,
    name: &str,
) -> &'ll Metadata