LLVMGetNextGlobalIFunc

Function LLVMGetNextGlobalIFunc 

Source
pub unsafe extern "C" fn LLVMGetNextGlobalIFunc(
    IFunc: LLVMValueRef,
) -> LLVMValueRef
Expand description

Advance a GlobalIFunc iterator to the next GlobalIFunc.

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