ΒΆLLVMValueRef LLVMGetNextFunction(LLVMValueRef Fn)
LLVMValueRef LLVMGetNextFunction(LLVMValueRef Fn)
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.
Declared at: llvm/include/llvm-c/Core.h:1034
Parameters
- LLVMValueRef Fn