jon.recoil.org

Module Dwarf_abstract_instances

Management of DWARF "abstract instances" for functions.

Add an abstract instance root.

type find_result = private
  1. | Ok of Asm_targets.Asm_symbol.t
  2. | External_unit of {
    1. demangled_name : string;
    2. fun_symbol : Asm_targets.Asm_symbol.t;
    }