LLVMGetFirstFunction

Function LLVMGetFirstFunction 

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

Obtain an iterator to the first Function in a Module.

@see llvm::Module::begin()