LLVMGetEntryBasicBlock

Function LLVMGetEntryBasicBlock 

Source
pub unsafe extern "C" fn LLVMGetEntryBasicBlock(
    Fn: LLVMValueRef,
) -> LLVMBasicBlockRef
Expand description

Obtain the basic block that corresponds to the entry point of a function.

@see llvm::Function::getEntryBlock()