Property DataLayoutString
DataLayoutString
Gets the Data layout string for this module
Declaration
public string DataLayoutString { get; }
Property Value
public string DataLayoutString { get; }
String |
Remarks
note
The data layout string doesn't do what seems obvious. That is, it doesn't force the target back-end to generate code or types with a particular layout. Rather, the layout string has to match the implicit layout of the target. Thus it should only come from the actual TargetMachine the code is targeting.