Create a catch pad.
Declared in <llvm/IR/IRBuilder.h>
CatchPadInst*
CreateCatchPad(
Value* ParentPad,
ArrayRef<Value*> Args,
Twine const& Name = "");
The created catchpad instruction.
| Name | Description |
|---|---|
| ParentPad | Parent pad token for the EH instruction. |
| Args | Argument list for the call. |
| Name | Name of the new instruction or value. |