ΒΆLLVMMetadataRef LLVMDIBuilderCreateArtificialType(
    LLVMDIBuilderRef Builder,
    LLVMMetadataRef Type)

Description

Create a uniqued DIType* clone with FlagArtificial set.

Declared at: llvm/include/llvm-c/DebugInfo.h:1025

Parameters

LLVMDIBuilderRef Builder
The DIBuilder.
LLVMMetadataRef Type
The underlying type.