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
bitSize
ulongSize, in bits for the type
bitAlign
uintAlignment in bits for the type
elementType
DITypeType of elements in the Vector
subscripts
DINodeArrayDimensions 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
bitSize
ulongSize, in bits for the type
bitAlign
uintAlignment in bits for the type
elementType
DITypeType of elements in the Vector
subscripts
DINode[]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
bitSize
ulongSize, in bits for the type
bitAlign
uintAlignment in bits for the type
elementType
DITypeType of elements in the Vector
subscripts
IEnumerable<DINode>Dimensions for the Vector
Returns
- DICompositeType
DICompositeType for the Vector