Module Llvm.AttrIndexSource

Sourcetype t =
  1. | Function
  2. | Return
  3. | Param of int
Sourceval to_int : t -> int