Struct DebugRecord
Managed wrapper for the new LLVM Debug Record format
public readonly record struct DebugRecord : IEquatable<DebugRecord>
- Implements
- Inherited Members
Properties
- IsNull
Gets a value indicating whether this represents a NULL handle
- NextRecord
Gets the next record in a sequence or a default constructed instance (IsNull is true)
- PreviousRecord
Gets the previous record in a sequence or a default constructed instance (IsNull is true)
Methods
- ToString()
Returns the fully qualified type name of this instance.