Table of Contents

Struct SymbolAliasMapEntry

Namespace
Ubiquity.NET.Llvm.OrcJITv2
Assembly
Ubiquity.NET.Llvm.dll

Entry in a symbol alias collection

[SuppressMessage("Design", "CA1001:Types that own disposable fields should be disposable", Justification = "False positive; it IS disposable. see: https://github.com/dotnet/roslyn-analyzers/issues/6151")]
public readonly record struct SymbolAliasMapEntry : IDisposable, IEquatable<SymbolAliasMapEntry>
Implements
Inherited Members

Constructors

SymbolAliasMapEntry(SymbolStringPoolEntry, SymbolFlags)

Initializes a new instance of the SymbolAliasMapEntry struct.

Properties

Flags

Gets the flags for this instance

Methods

Dispose()

Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.