Click or drag to resize
Llvm.NET LogoDebugInfoBuilderCreateArrayType Method (UInt64, UInt64, DIType, DINode)

[This is preliminary documentation and is subject to change.]

Namespace:  Llvm.NET.DebugInfo
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public DICompositeType CreateArrayType(
	ulong bitSize,
	ulong bitAlign,
	DIType elementType,
	params DINode[] subscripts
)

Parameters

bitSize
Type: SystemUInt64
bitAlign
Type: SystemUInt64
elementType
Type: Llvm.NET.DebugInfoDIType
subscripts
Type: Llvm.NET.DebugInfoDINode

Return Value

Type: DICompositeType
See Also