Method CreateTypedef
CreateTypedef(DIType?, LazyEncodedString, DIFile?, uint, DINode?, uint)
Creates debug information for a type definition (e.g. type alias)
DIDerivedType CreateTypedef(DIType? type, LazyEncodedString name, DIFile? file, uint line, DINode? context, uint alignInBits)
Parameters
typeDITypeDebug information for the aliased type
nameLazyEncodedStringName of the alias
fileDIFileFile for the declaration of the typedef
lineuintline for the typedef
contextDINodeContextAlias for creating the typedef
alignInBitsuintBit alignment for the type
Returns
- DIDerivedType
DIDerivedTypefor the alias