pub unsafe extern "C" fn LLVMGetPreviousGlobalIFunc(
IFunc: LLVMValueRef,
) -> LLVMValueRefExpand 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.