Table of Contents

Interface IStructType

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

Interface for an LLVM structure type

public interface IStructType : INamedStructuralType, ITypeRef, IEquatable<ITypeRef>
Inherited Members

Properties

IsPacked

Gets a value indicating whether the structure is packed (e.g. no automatic alignment padding between elements)

Methods

SetBody(bool, params IEnumerable<ITypeRef>)

Sets the body of the structure