Class CatchPad
Marks a BasicBlock as a catch handler
Namespace: Ubiquity.NET.Llvm.Instructions
Assembly: Ubiquity.NET.Llvm.dll
Syntax
public class CatchPad : FuncletPad, IExtensiblePropertyContainer, IOperandContainer<Value>
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 |