Module Dwarf_low.Abbreviations_table_entry
module Uint64 = Numbers.Uint64type t = {abbreviation_code : Dwarf_low.Abbreviation_code.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;
}val create :
abbreviation_code:Dwarf_low.Abbreviation_code.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.Abbreviations_table_entry.tval size : Dwarf_low.Abbreviations_table_entry.t -> Dwarf_low.Dwarf_int.tval emit :
asm_directives:Asm_targets.Asm_directives_dwarf.t ->
Dwarf_low.Abbreviations_table_entry.t ->
unitval has_children :
Dwarf_low.Abbreviations_table_entry.t ->
Dwarf_low.Child_determination.tval attribute_specs :
Dwarf_low.Abbreviations_table_entry.t ->
Dwarf_low.Dwarf_attributes.Attribute_specification.Sealed.Set.tval abbreviation_code :
Dwarf_low.Abbreviations_table_entry.t ->
Dwarf_low.Abbreviation_code.t