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