LLVMGetNextFunction

Advance a Function iterator to the next Function.

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

extern (C) nothrow
LLVMValueRef
LLVMGetNextFunction
(
LLVMValueRef Fn
)

Meta