Function LLVMDIBuilderCreateObjectPointerType

Source
pub unsafe extern "C" fn LLVMDIBuilderCreateObjectPointerType(
    Builder: LLVMDIBuilderRef,
    Type: LLVMMetadataRef,
    Implicit: LLVMBool,
) -> LLVMMetadataRef
Expand description

Create a uniqued DIType* clone with FlagObjectPointer. If Implicit is true, then also set FlagArtificial.