Skip to content

Commit

Permalink
Add dyninstAPI/RegisterConversion.h
Browse files Browse the repository at this point in the history
  • Loading branch information
hainest committed Apr 3, 2024
1 parent 4866bfd commit 4cec487
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/dyninstAPI/developer/RegisterConversion.h.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,9 @@
RegisterConversion.h
####################

.. cpp:var:: extern std::multimap<Dyninst::Register, Dyninst::MachRegister> regToMachReg32
.. cpp:var:: extern std::multimap<Dyninst::Register, Dyninst::MachRegister> regToMachReg64
.. cpp:function:: Dyninst::Register convertRegID(Dyninst::InstructionAPI::RegisterAST::Ptr toBeConverted, bool& wasUpcast)
.. cpp:function:: Dyninst::Register convertRegID(Dyninst::InstructionAPI::RegisterAST* toBeConverted, bool& wasUpcast)
.. cpp:function:: Dyninst::Register convertRegID(Dyninst::MachRegister reg, bool &wasUpcast)
.. cpp:function:: Dyninst::MachRegister convertRegID(Dyninst::Register r, Dyninst::Architecture arch)

0 comments on commit 4cec487

Please sign in to comment.