Class LandingPad
Marks a BasicBlock as a catch handler
Namespace: Llvm.NET.Instructions
Assembly: Llvm.NET.dll
Syntax
public class LandingPad : Instruction, IExtensiblePropertyContainer, IOperandContainer<Value>, IOperandContainer<Constant>
Remarks
Like the CatchPad, instruction this must be the first non-phi instruction in the block.
Properties
Clauses | Gets the list of clauses for this pad |
IsCleanup | Gets or sets a value indicating whether this LandingPad is a cleanup pad |