ROSE  0.11.145.0
Public Member Functions | Public Attributes | List of all members
Rose::BinaryAnalysis::CodeInserter::InstructionInfo Struct Reference

Description

Information about an instruction within the basic block being modified.

Definition at line 127 of file CodeInserter.h.

#include <Rose/BinaryAnalysis/CodeInserter.h>

Collaboration diagram for Rose::BinaryAnalysis::CodeInserter::InstructionInfo:
Collaboration graph
[legend]

Public Member Functions

 InstructionInfo (SgAsmInstruction *insn)
 

Public Attributes

rose_addr_t originalVa
 Original address of instruction. More...
 
Sawyer::Optional< rose_addr_t > newVaOffset
 Offset of instruction from front of encoded insn vector. More...
 

Member Data Documentation

rose_addr_t Rose::BinaryAnalysis::CodeInserter::InstructionInfo::originalVa

Original address of instruction.

Definition at line 128 of file CodeInserter.h.

Sawyer::Optional<rose_addr_t> Rose::BinaryAnalysis::CodeInserter::InstructionInfo::newVaOffset

Offset of instruction from front of encoded insn vector.

Definition at line 129 of file CodeInserter.h.


The documentation for this struct was generated from the following file: