LLVMGetBasicBlockParent

Function LLVMGetBasicBlockParent 

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

Obtain the function to which a basic block belongs.

@see llvm::BasicBlock::getParent()