 | DataLayoutAbiAlignmentOf Method |
[This is preliminary documentation and is subject to change.]
Retrieves the ABI specified alignment, in bytes, for a specified type
Namespace:
Llvm.NET
Assembly:
Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntaxpublic uint AbiAlignmentOf(
ITypeRef typeRef
)
Parameters
- typeRef
- Type: Llvm.NET.TypesITypeRef
Type to get the alignment for
Return Value
Type:
UInt32ABI specified alignment
See Also