 | DataLayoutPointerSize Method (UInt32) |
[This is preliminary documentation and is subject to change.]
Retrieves the size of a pointer for a given address space of the target
Namespace:
Llvm.NET
Assembly:
Llvm.NET (in Llvm.NET.dll) Version: 3.8.6158
Syntaxpublic uint PointerSize(
uint addressSpace
)
Parameters
- addressSpace
- Type: SystemUInt32
Address space for the pointer
Return Value
Type:
UInt32Size of a pointer
See Also