Module Dwarf_low.Single_location_description
type t = | Simple of Dwarf_low.Simple_location_description.t| Composite of Dwarf_low.Composite_location_description.t
val of_simple_location_description :
Dwarf_low.Simple_location_description.t ->
Dwarf_low.Single_location_description.tval of_composite_location_description :
Dwarf_low.Composite_location_description.t ->
Dwarf_low.Single_location_description.tval size : Dwarf_low.Single_location_description.t -> Dwarf_low.Dwarf_int.tval emit :
asm_directives:Asm_targets.Asm_directives_dwarf.t ->
Dwarf_low.Single_location_description.t ->
unit