ΒΆLLVMMetadataRef LLVMDIBuilderCreateTypedef(
    LLVMDIBuilderRef Builder,
    LLVMMetadataRef Type,
    const char* Name,
    size_t NameLen,
    LLVMMetadataRef File,
    unsigned int LineNo,
    LLVMMetadataRef Scope,
    uint32_t AlignInBits)

Description

Create debugging information entry for a typedef.

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

Parameters

LLVMDIBuilderRef Builder
The DIBuilder.
LLVMMetadataRef Type
Original type.
const char* Name
Typedef name.
size_t NameLen
LLVMMetadataRef File
File where this type is defined.
unsigned int LineNo
Line number.
LLVMMetadataRef Scope
The surrounding context for the typedef.
uint32_t AlignInBits