pub unsafe extern "C" fn LLVMDIBuilderCreateObjectPointerType(
Builder: LLVMDIBuilderRef,
Type: LLVMMetadataRef,
) -> LLVMMetadataRefExpand description
Create a uniqued DIType* clone with FlagObjectPointer and FlagArtificial set.
pub unsafe extern "C" fn LLVMDIBuilderCreateObjectPointerType(
Builder: LLVMDIBuilderRef,
Type: LLVMMetadataRef,
) -> LLVMMetadataRefCreate a uniqued DIType* clone with FlagObjectPointer and FlagArtificial set.