Table of Contents

Delegate DiscardAction

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

Delegate to perform action on discard

public delegate void DiscardAction(JITDyLib jitLib, SymbolStringPoolEntry symbol)

Parameters

jitLib JITDyLib

Library the symbols is discarded from

symbol SymbolStringPoolEntry

Symbol being discarded

Remarks

This must be a "custom" delegate as the JITDyLib is a ref type that is NOT allowed as a type parameter for Action<T1, T2>.