Table of Contents

Class DIDerivedType

Namespace
Ubiquity.NET.Llvm.DebugInfo
Assembly
Ubiquity.NET.Llvm.dll

Derived type

public class DIDerivedType : DIType, IEquatable<IrMetadata>
Inheritance
DIDerivedType
Implements
Inherited Members

Remarks

Debug information for a type derived from an existing type

Properties

BaseType

Gets the base type of this type

ClassType

Gets the Class type extra data for a pointer to member type, if any

Constant

Gets the constant for a static member

ExtraData

Gets the extra data, if any, attached to this derived type

ObjCProperty

Gets the ObjCProperty extra data

StorageOffsetInBits

Gets the storage offset of the type in bits

See Also