Method CreatePointerType
CreatePointerType(DIType?, LazyEncodedString?, ulong, uint, uint)
Creates a pointer type with debug information
DIDerivedType CreatePointerType(DIType? pointeeType, LazyEncodedString? name, ulong bitSize, uint bitAlign = 0, uint addressSpace = 0)
Parameters
pointeeType
DITypebase type of the pointer (null => void)
name
LazyEncodedStringName of the type
bitSize
ulongBit size of the type
bitAlign
uintBut alignment of the type
addressSpace
uintAddress space for the pointer
Returns
- DIDerivedType
Pointer type