llvm_lib::core::module

Function get_previous_function

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

Decrement a Function iterator to the previous Function.

Returns None if the iterator was already at the beginning and there are no previous functions.