Property ParentPad
- Namespace
- Ubiquity.NET.Llvm.Instructions
- Assembly
- Ubiquity.NET.Llvm.dll
ParentPad
Gets the outer EH-pad this funclet is nested withing
public Value ParentPad { get; }
Property Value
Remarks
note
This returns the associated CatchSwitch if this FuncletPad is a CleanupPad instruction.