ΒΆLLVMMetadataRef LLVMDIBuilderGetOrCreateSubrange(
    LLVMDIBuilderRef Builder,
    int64_t LowerBound,
    int64_t Count)

Description

Create a descriptor for a value range.

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

Parameters

LLVMDIBuilderRef Builder
The DIBuilder.
int64_t LowerBound
Lower bound of the subrange, e.g. 0 for C, 1 for Fortran.
int64_t Count
Count of elements in the subrange.