Method CreatePointerType
CreatePointerType(BitcodeModule, UInt32)
Creates a pointer to this type for a given module and address space
Declaration
DebugPointerType CreatePointerType(BitcodeModule bitcodeModule, uint addressSpace)
Parameters
DebugPointerType CreatePointerType(BitcodeModule bitcodeModule, uint addressSpace)
BitcodeModule | bitcodeModule | Module the debug type information belongs to |
UInt32 | addressSpace | Address space for the pointer |
Returns
DebugPointerType | DebugPointerType |