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