Interface IStructType
Interface for an LLVM structure type
Namespace: Ubiquity.NET.Llvm.Types
Assembly: Ubiquity.NET.Llvm.dll
Syntax
public interface IStructType : INamedStructuralType, ITypeRef, IExtensiblePropertyContainer
Properties
IsPacked | Gets a value indicating whether the structure is packed (e.g. no automatic alignment padding between elements) |
Methods
SetBody(Boolean, IEnumerable<ITypeRef>) | Sets the body of the structure |
SetBody(Boolean, ITypeRef[]) | Sets the body of the structure |