 | DataLayoutCallFrameAlignmentOf Method |
[This is preliminary documentation and is subject to change.]
Retrieves the call frame alignment for a given type
Namespace:
Llvm.NET
Assembly:
Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntaxpublic uint CallFrameAlignmentOf(
ITypeRef typeRef
)
Parameters
- typeRef
- Type: Llvm.NET.TypesITypeRef
type to get the alignment of
Return Value
Type:
UInt32Alignment for the type
See Also