Table of Contents

Class LandingPad

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

Marks a BasicBlock as a catch handler

public sealed class LandingPad : Instruction, IEquatable<Value>
Inheritance
LandingPad
Implements
Inherited Members
Extension Methods

Remarks

Like the CatchPad, instruction this must be the first non-phi instruction in the block.

Properties

Clauses

Gets the collection of clauses for this landing pad

IsCleanup

Gets or sets a value indicating whether this LandingPad is a cleanup pad

See Also