Table of Contents

Constructor DebugMemberLayout

Namespace
Ubiquity.NET.Llvm.DebugInfo
Assembly
Ubiquity.NET.Llvm.dll

DebugMemberLayout(ulong, uint, ulong)

Initializes a new instance of the DebugMemberLayout class.

public DebugMemberLayout(ulong bitSize, uint bitAlignment, ulong bitOffset)

Parameters

bitSize ulong

Size of the member in bits

bitAlignment uint

Alignment of the member in bits

bitOffset ulong

Offset of the member in bits