Table of Contents

Property Layout

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

Layout

Gets or sets the target data layout for this module

IDataLayout Layout { get; set; }

Property Value

IDataLayout

Remarks

The setter uses a by value copy where the input value is serialized to a string and then set via DataLayoutString. That is, even if the implementation of IDataLayout is for an IDisposable type no ownership transfer occurs.