llvm::TargetLowering::lowerEHPadEntry

Optional target hook to add target-specific actions when entering EH pad blocks. The implementation should return the resulting token chain value.

Synopsis

Declared in <llvm/CodeGen/TargetLowering.h>

virtual
SDValue
lowerEHPadEntry(
    SDValue Chain,
    SDLoc const& DL,
    SelectionDAG& DAG) const;

Return Value

The lowered or expanded SelectionDAG value, or an empty SDValue on failure.

Parameters

NameDescription
ChainIncoming token chain.
DLDebug location or data layout, depending on context.
DAGSelectionDAG providing context.