 | NativeModuleLayout 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
Syntaxpublic DataLayout Layout { get; set; }
Property Value
Type:
DataLayout
RemarksThe 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