llvm::FuncletPadInst::setParentPad

Set the outer EH pad that contains this funclet.

Synopsis

Declared in <llvm/IR/InstrTypes.h>

void
setParentPad(Value* ParentPad);

Parameters

NameDescription
ParentPadThe parent funclet pad token.