Skip to content

Commit

Permalink
Add dwarf/dwarf_subrange.h
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Apr 3, 2024
1 parent 63f17f2 commit 7095085
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/dwarf/developer/dwarf_subrange.h.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,21 @@
dwarf_subrange.h
################



.. cpp:struct:: dwarf_error

.. cpp:struct:: dwarf_result

.. cpp:member:: boost::optional<Dwarf_Word> value
.. cpp:member:: bool error = false
.. cpp:function:: dwarf_result() = default
.. cpp:function:: dwarf_result(Dwarf_Word t)
.. cpp:function:: dwarf_result(dwarf_error)
.. cpp:function:: explicit operator bool() const


.. cpp:struct:: dwarf_bounds

.. cpp:member:: dwarf_result lower
.. cpp:member:: dwarf_result upper

0 comments on commit 7095085

Please sign in to comment.