Function emit_ptr_va_arg

Source
fn emit_ptr_va_arg<'ll, 'tcx>(
    bx: &mut GenericBuilder<'_, 'll, CodegenCx<'ll, 'tcx>>,
    list: OperandRef<'tcx, &'ll Value>,
    target_ty: Ty<'tcx>,
    indirect: bool,
    slot_size: Align,
    allow_higher_align: bool,
) -> &'ll Value