pub unsafe extern "C" fn LLVMDIBuilderFinalizeSubprogram(
Builder: LLVMDIBuilderRef,
Subprogram: LLVMMetadataRef,
)
Expand description
Finalize a specific subprogram. No new variables may be added to this subprogram afterwards.
pub unsafe extern "C" fn LLVMDIBuilderFinalizeSubprogram(
Builder: LLVMDIBuilderRef,
Subprogram: LLVMMetadataRef,
)
Finalize a specific subprogram. No new variables may be added to this subprogram afterwards.