[][src]Function llvm_sys::debuginfo::LLVMDIBuilderCreateEnumerationType

pub unsafe extern "C" fn LLVMDIBuilderCreateEnumerationType(
    Builder: LLVMDIBuilderRef,
    Scope: LLVMMetadataRef,
    Name: *const c_char,
    NameLen: size_t,
    File: LLVMMetadataRef,
    LineNumber: c_uint,
    SizeInBits: u64,
    AlignInBits: u32,
    Elements: *mut LLVMMetadataRef,
    NumElements: c_uint,
    ClassTy: LLVMMetadataRef
) -> LLVMMetadataRef

Create debugging information entry for an enumeration.