Table of Contents

Class CleanupReturn

Namespace
Ubiquity.NET.Llvm.Instructions
Assembly
Ubiquity.NET.Llvm.dll

Instruction that indicates to the personality function that one CleanupPad it transferred control to has ended

public sealed class CleanupReturn : Terminator, IEquatable<Value>
Inheritance
CleanupReturn
Implements
Inherited Members
Extension Methods

Properties

CleanupPad

Gets or sets the CleanupPad for this instruction

HasUnwindDestination

Gets a value indicating whether this CatchSwitch has an unwind destination

UnwindDestination

Gets or sets the Unwind destination for this CatchSwitch

UnwindsToCaller

Gets a value indicating whether this CatchSwitch unwinds to the caller

See Also