llvm_lib::core::module

Function get_next_function

source
pub fn get_next_function(func: &ValueRef) -> Option<ValueRef>
Expand description

Advance a Function iterator to the next Function.

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