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
pointeeTypeDITypebase type of the pointer (null => void)
nameLazyEncodedStringName of the type
bitSizeulongBit size of the type
bitAlignuintBut alignment of the type
addressSpaceuintAddress space for the pointer
Returns
- DIDerivedType
Pointer type