pub unsafe extern "C" fn LLVMGetSubprogram(
Func: LLVMValueRef,
) -> LLVMMetadataRef
Expand description
Get the metadata of the subprogram attached to a function.
pub unsafe extern "C" fn LLVMGetSubprogram(
Func: LLVMValueRef,
) -> LLVMMetadataRef
Get the metadata of the subprogram attached to a function.