LLVMGetPreviousFunction

Function LLVMGetPreviousFunction 

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

Decrement a Function iterator to the previous Function.

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