Table of Contents

Class CatchPad

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

Marks a BasicBlock as a catch handler

public sealed class CatchPad : FuncletPad, IEquatable<Value>
Inheritance
CatchPad
Implements
Inherited Members
Extension Methods

Remarks

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

Properties

CatchSwitch

Gets or sets the CatchSwitch for this pad

See Also