add_alias

Function add_alias 

Source
pub(crate) fn add_alias<'ll>(
    module: &'ll Module,
    ty: &Type,
    address_space: AddressSpace,
    aliasee: &Value,
    name: &CStr,
) -> &'ll Value
Expand description

Safe wrapper for LLVMAddAlias2