Table of Contents

Struct DebugRecord

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

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.

See Also