summaryrefslogtreecommitdiff
path: root/asmcomp/dwarf_low/encoding_attribute.mli
blob: cb7e01ca0fa95edc2d83e6684dcb8237daa28890 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
(***********************************************************************)
(*                                                                     *)
(*                                OCaml                                *)
(*                                                                     *)
(*                  Mark Shinwell, Jane Street Europe                  *)
(*                                                                     *)
(*  Copyright and licence information to be added.                     *)
(*                                                                     *)
(*                                                                     *)
(*                                                                     *)
(***********************************************************************)
 
type t
 
val signed : t
 
val size : t -> int
val as_dwarf_value : t -> Value.t