Function llvm_lib::core::module::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.