[][src]Function llvm_sys::core::LLVMGetNextGlobalAlias

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

Advance a GlobalAlias iterator to the next GlobalAlias.

Returns NULL if the iterator was already at the end and there are no more global aliases.