LLVMGetNextFunction

Function LLVMGetNextFunction 

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

Advance a Function iterator to the next Function.

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