[][src]Function llvm_sys::core::LLVMGetPreviousGlobalAlias

pub unsafe extern "C" fn LLVMGetPreviousGlobalAlias(
    GA: LLVMValueRef
) -> LLVMValueRef

Decrement a GlobalAlias iterator to the previous GlobalAlias.

Returns NULL if the iterator was already at the beginning and there are no previous global aliases.