Method CreateArrayType
CreateArrayType(BitcodeModule, UInt32, UInt32)
Creates a type defining an array of elements of this type
Declaration
DebugArrayType CreateArrayType(BitcodeModule bitcodeModule, uint lowerBound, uint count)
Parameters
DebugArrayType CreateArrayType(BitcodeModule bitcodeModule, uint lowerBound, uint count)
BitcodeModule | bitcodeModule | Module the debug information belongs to |
UInt32 | lowerBound | Lower bound of the array |
UInt32 | count | Count of elements in the array |
Returns
DebugArrayType | DebugArrayType |