Module Dwarf_low.Abbreviations_table
module Uint64 = Numbers.Uint64module A = Asm_targets.Asm_directivesmodule Key : sig ... endval create : unit -> 'a Dwarf_low.Abbreviations_table.Key.Map.tval find :
Dwarf_low.Abbreviations_table_entry.t Dwarf_low.Abbreviations_table.Key.Map.t ->
tag:Dwarf_low.Dwarf_tag.t ->
has_children:Dwarf_low.Child_determination.t ->
attribute_specs:
Dwarf_low.Dwarf_attributes.Attribute_specification.Sealed.Set.t ->
Dwarf_low.Abbreviation_code.t optionval emit :
asm_directives:Asm_targets.Asm_directives_dwarf.t ->
Dwarf_low.Abbreviations_table_entry.t Dwarf_low.Abbreviations_table.Key.Map.t ->
unit