 | DataLayoutAbiSizeOf Method |
[This is preliminary documentation and is subject to change.]
Retrieves the ABI specified size of the given type
Namespace:
Llvm.NET
Assembly:
Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntaxpublic ulong AbiSizeOf(
ITypeRef typeRef
)
Parameters
- typeRef
- Type: Llvm.NET.TypesITypeRef
Type to get the size from
Return Value
Type:
UInt64Size of the type
See Also