Skip to content

Commit

Permalink
Add common/arch-x86.h
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Apr 3, 2024
1 parent 8c03438 commit a772a72
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion docs/common/developer/arch-x86.h.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,19 @@
arch-x86.h
##########

.. cpp:namespace:: Dyninst
.. cpp:namespace:: NS_x86

.. cpp:class:: ia32_instruction

.. cpp:function:: ia32_instruction(ia32_memacc* _mac = NULL, ia32_condition* _cnd = NULL, ia32_locations *loc_ = NULL)
.. cpp:function:: ia32_entry * getEntry()
.. cpp:function:: unsigned int getSize() const
.. cpp:function:: unsigned int getPrefixCount() const
.. cpp:function:: ia32_prefixes * getPrefix()
.. cpp:function:: unsigned int getLegacyType() const
.. cpp:function:: bool hasRipRelativeData() const
.. cpp:function:: const ia32_memacc& getMac(int which) const
.. cpp:function:: const ia32_condition& getCond() const
.. cpp:function:: const ia32_locations& getLocationInfo()
.. cpp:function:: static dyn_hash_map<entryID, flagInfo> const& getFlagTable()
.. cpp:function:: static void initFlagTable(dyn_hash_map<entryID, flagInfo>&)

0 comments on commit a772a72

Please sign in to comment.