LLVMGetLastFunction

Function LLVMGetLastFunction 

Source
pub unsafe extern "C" fn LLVMGetLastFunction(
    M: LLVMModuleRef,
) -> LLVMValueRef
Expand description

Obtain an iterator to the last Function in a Module.

@see llvm::Module::end()