object
  method is_atomic_lv : Sigs.s_lval -> bool
  method pp_addr : Stdlib.Format.formatter -> Sigs.s_lval -> unit
  method virtual pp_atom : Stdlib.Format.formatter -> Lang.F.term -> unit
  method pp_chunk : Stdlib.Format.formatter -> string -> unit
  method virtual pp_flow : Stdlib.Format.formatter -> Lang.F.term -> unit
  method pp_host : Stdlib.Format.formatter -> Sigs.s_host -> unit
  method pp_label : Stdlib.Format.formatter -> Pcfg.label -> unit
  method pp_lval : Stdlib.Format.formatter -> Sigs.s_lval -> unit
  method pp_offset : Stdlib.Format.formatter -> Sigs.s_offset list -> unit
  method pp_ofs : Stdlib.Format.formatter -> Sigs.s_offset -> unit
end