Module Llvm.LandingPadClauseTy

The type of a clause of a landingpad instruction. See llvm::LandingPadInst::ClauseType.

type t =
| Catch
| Filter