[][src]Function llvm_sys::debuginfo::LLVMDIBuilderCreateClassType

pub unsafe extern "C" fn LLVMDIBuilderCreateClassType(
    Builder: LLVMDIBuilderRef,
    Scope: LLVMMetadataRef,
    Name: *const c_char,
    NameLen: size_t,
    File: LLVMMetadataRef,
    LineNumber: c_uint,
    SizeInBits: u64,
    AlignInBits: u32,
    OffsetInBits: u64,
    Flags: LLVMDIFlags,
    DerivedFrom: LLVMMetadataRef,
    Elements: *mut LLVMMetadataRef,
    NumElements: c_uint,
    VTableHolder: LLVMMetadataRef,
    TemplateParamsNode: LLVMMetadataRef,
    UniqueIdentifier: *const c_char,
    UniqueIdentifierLen: size_t
) -> LLVMMetadataRef

Create debugging information entry for a class.