Click or drag to resize
Llvm.NET LogoDataLayoutParse Method

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

Parses an LLVM target layout string

Namespace:  Llvm.NET
Assembly:  Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntax
C#
public static DataLayout Parse(
	Context context,
	string layout
)

Parameters

context
Type: Llvm.NETContext
Context for types created by the new DataLayout
layout
Type: SystemString
string to parse

Return Value

Type: DataLayout
Parsed target data
Remarks
For full details on the syntax of the string see http://llvm.org/releases/3.7.0/docs/LangRef.html#data-layout
See Also