Function llvm_sys::core::LLVMGetNextGlobalAlias

source ยท
pub unsafe extern "C" fn LLVMGetNextGlobalAlias(
    GA: LLVMValueRef
) -> LLVMValueRef
Expand description

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.