LLVMDIBuilderCreateSubrangeType

Function LLVMDIBuilderCreateSubrangeType 

Source
pub unsafe extern "C" fn LLVMDIBuilderCreateSubrangeType(
    Builder: LLVMDIBuilderRef,
    Scope: LLVMMetadataRef,
    Name: *const c_char,
    NameLen: size_t,
    LineNo: c_uint,
    File: LLVMMetadataRef,
    SizeInBits: u64,
    AlignInBits: u32,
    Flags: LLVMDIFlags,
    BaseTy: LLVMMetadataRef,
    LowerBound: LLVMMetadataRef,
    UpperBound: LLVMMetadataRef,
    Stride: LLVMMetadataRef,
    Bias: LLVMMetadataRef,
) -> LLVMMetadataRef
Expand description

Create a descriptor for a subrange with dynamic bounds.