package llvm

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

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

type t =
  1. | Catch
  2. | Filter