[][src]Function rustc_llvm_proxy::proxy::LLVMDIBuilderInsertDbgValueAtEnd

#[no_mangle]
pub unsafe extern "C" fn LLVMDIBuilderInsertDbgValueAtEnd(
    Builder: LLVMDIBuilderRef,
    Val: LLVMValueRef,
    VarInfo: LLVMMetadataRef,
    Expr: LLVMMetadataRef,
    DebugLoc: LLVMMetadataRef,
    Block: LLVMBasicBlockRef
) -> LLVMValueRef