Class LandingPad
Marks a BasicBlock as a catch handler
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Ubiquity.NET.Llvm.Instructions
Assembly: Ubiquity.NET.Llvm.dll
Syntax
public class LandingPad : Instruction, IExtensiblePropertyContainer
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 |