| 
    ROSE 0.11.145.357
    
   | 
 
Information about an instruction within the basic block being modified.
Definition at line 132 of file CodeInserter.h.
#include <Rose/BinaryAnalysis/CodeInserter.h>

Public Member Functions | |
| InstructionInfo (SgAsmInstruction *) | |
Public Attributes | |
| Address | originalVa | 
| Original address of instruction.   | |
| Sawyer::Optional< Address > | newVaOffset | 
| Offset of instruction from front of encoded insn vector.   | |
| Address Rose::BinaryAnalysis::CodeInserter::InstructionInfo::originalVa | 
Original address of instruction.
Definition at line 133 of file CodeInserter.h.
| Sawyer::Optional<Address> Rose::BinaryAnalysis::CodeInserter::InstructionInfo::newVaOffset | 
Offset of instruction from front of encoded insn vector.
Definition at line 134 of file CodeInserter.h.