Create a catch pad for CatchSwitch with optional filter arguments.
Declared in <llvm/IR/Instructions.h>
static
CatchPadInst*
Create(
Value* CatchSwitch,
ArrayRef<Value*> Args,
Twine const& NameStr = "",
InsertPosition InsertBefore = nullptr);
The newly created CatchPadInst.
| Name | Description |
|---|---|
| CatchSwitch | The owning catchswitch instruction. |
| Args | Optional catch filter arguments. |
| NameStr | Optional name for the instruction. |
| InsertBefore | Optional insertion point. |