Click or drag to resize
Llvm.NET LogoNativeModuleLayout Property

[This is preliminary documentation and is subject to change.]

Target data layout for this module

Namespace:  Llvm.NET
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public DataLayout Layout { get; set; }

Property Value

Type: DataLayout
Remarks
The layout is produced by parsing the DataLayoutString therefore this property changes anytime the DataLayoutString is set. Furthermore, setting this property will change the value of DataLayoutString. In other words, Layout and DataLayoutString are two different views of the same information and setting either one updates the other.
See Also