ΒΆLLVMValueRef LLVMGetPreviousFunction(
    LLVMValueRef Fn)

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.

Declared at: llvm/include/llvm-c/Core.h:1042

Parameters

LLVMValueRef Fn