Table of Contents

Method PreferredAlignmentOf

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

PreferredAlignmentOf(ITypeRef)

Gets the preferred alignment for an LLVM type

uint PreferredAlignmentOf(ITypeRef typeRef)

Parameters

typeRef ITypeRef

Type to get the alignment of

Returns

uint

Preferred alignment

PreferredAlignmentOf(Value)

Gets the preferred alignment for a Value

uint PreferredAlignmentOf(Value value)

Parameters

value Value

Value to get the alignment of

Returns

uint

Preferred alignment