Table of Contents

Method BitOffsetOfElement

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

BitOffsetOfElement(IStructType, uint)

Gets the offset of a structure element in bits

public ulong BitOffsetOfElement(IStructType llvmType, uint element)

Parameters

llvmType IStructType

Structure type to get the element offset of

element uint

Index of the element in the structure

Returns

ulong

Offset of the element in bits