Method CreateVectorType
CreateVectorType(ulong, uint, DIType, DINodeArray)
Creates debug information for a vector type
DICompositeType CreateVectorType(ulong bitSize, uint bitAlign, DIType elementType, DINodeArray subscripts)
Parameters
bitSizeulongSize, in bits for the type
bitAlignuintAlignment in bits for the type
elementTypeDITypeType of elements in the Vector
subscriptsDINodeArrayDimensions for the Vector
Returns
- DICompositeType
DICompositeType for the Vector
CreateVectorType(ulong, uint, DIType, params DINode[])
Creates debug information for a vector type
DICompositeType CreateVectorType(ulong bitSize, uint bitAlign, DIType elementType, params DINode[] subscripts)
Parameters
bitSizeulongSize, in bits for the type
bitAlignuintAlignment in bits for the type
elementTypeDITypeType of elements in the Vector
subscriptsDINode[]Dimensions for the Vector
Returns
- DICompositeType
DICompositeType for the Vector
CreateVectorType(ulong, uint, DIType, IEnumerable<DINode>)
Creates debug information for a vector type
DICompositeType CreateVectorType(ulong bitSize, uint bitAlign, DIType elementType, IEnumerable<DINode> subscripts)
Parameters
bitSizeulongSize, in bits for the type
bitAlignuintAlignment in bits for the type
elementTypeDITypeType of elements in the Vector
subscriptsIEnumerable<DINode>Dimensions for the Vector
Returns
- DICompositeType
DICompositeType for the Vector