Create debugging information entry for a vector type.

Synopsis

Declared in <llvm/IR/DIBuilder.h>

DICompositeType*
createVectorType(
    uint64_t Size,
    uint32_t AlignInBits,
    DIType* Ty,
    DINodeArray Subscripts,
    Metadata* BitStride = nullptr);

Return Value

The vector‐type descriptor.

Parameters

Name

Description

Size

Array size.

AlignInBits

Alignment.

Ty

Element type.

Subscripts

Subscripts.

BitStride

The bit size of an element of the vector.

Created with MrDocs