Method BitOffsetOfElement
BitOffsetOfElement(IStructType, UInt32)
Gets the offset of a structure element in bits
Declaration
public ulong BitOffsetOfElement(IStructType llvmType, uint element)
Parameters
public ulong BitOffsetOfElement(IStructType llvmType, uint element)
IStructType | llvmType | Structure type to get the element offset of |
UInt32 | element | Index of the element in the structure |
Returns
UInt64 | Offset of the element in bits |