LLVMGetPreviousGlobalIFunc

Function LLVMGetPreviousGlobalIFunc 

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

Decrement a GlobalIFunc iterator to the previous GlobalIFunc.

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