Dwarf.FnFunction representation.
type t = fninclude Core_kernel.Bin_prot.Binable.S with type t := tinclude Ppx_sexp_conv_lib.Sexpable.S with type t := tval pc_lo : t -> Bap.Std.addrpc_lo fn the lowest address of a function (the entry point)
val pc_hi : t -> Bap.Std.addr optionpc_hi fn the highest address (if known)
include Core_kernel.Identifiable.S with type t := tval bin_size_t : t Bin_prot.Size.sizerval bin_write_t : t Bin_prot.Write.writerval bin_read_t : t Bin_prot.Read.readerval __bin_read_t__ : (int -> t) Bin_prot.Read.readerval bin_writer_t : t Bin_prot.Type_class.writerval bin_reader_t : t Bin_prot.Type_class.readerval bin_t : t Bin_prot.Type_class.tval t_of_sexp : Sexplib0__.Sexp.t -> tval sexp_of_t : t -> Ppx_sexp_conv_lib.Sexp.tval of_string : string -> tval to_string : t -> stringval pp : Base__.Formatter.t -> t -> unitmodule Replace_polymorphic_compare : sig ... endval comparator : (t, comparator_witness) Core_kernel__.Comparator.comparatormodule Map : sig ... endmodule Set : sig ... endval hash_fold_t :
Ppx_hash_lib.Std.Hash.state ->
t ->
Ppx_hash_lib.Std.Hash.stateval hash : t -> Ppx_hash_lib.Std.Hash.hash_valueval hashable : t Core_kernel__.Hashtbl.Hashable.tmodule Table : sig ... endmodule Hash_set : sig ... endmodule Hash_queue : sig ... end