Function const_alloc_to_llvm

Source
pub(crate) fn const_alloc_to_llvm<'ll>(
    cx: &GenericCx<'ll, FullCx<'ll, '_>>,
    alloc: ConstAllocation<'_>,
    is_static: bool,
) -> &'ll Value