Click or drag to resize
Llvm.NET LogoDebugInfoBuilderCreateBasicType Method

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

Construct debug information for a basic type (a.k.a. primitive type)

Namespace:  Llvm.NET.DebugInfo
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public DIBasicType CreateBasicType(
	string name,
	ulong bitSize,
	ulong bitAlign,
	DiTypeKind encoding
)

Parameters

name
Type: SystemString
Name of the type
bitSize
Type: SystemUInt64
Bit size for the type
bitAlign
Type: SystemUInt64
Bit alignment for the type
encoding
Type: Llvm.NET.DebugInfoDiTypeKind
DiTypeKind encoding for the type

Return Value

Type: DIBasicType
See Also