Helper class holding a data-flow edge and optionally a memory offset being COPYed into or from.
More...
#include <constseq.hh>
|
| | WriteNode (uint8 off, PcodeOp *o, int4 sl) |
| |
|
bool | operator< (const WriteNode &node2) const |
| | Compare two nodes by their order within a basic block.
|
| |
|
|
uint8 | offset |
| | Offset into the memory region.
|
| |
|
PcodeOp * | op |
| | PcodeOp moving into/outof memory region.
|
| |
|
int4 | slot |
| | either input slot (>=0) or output (-1)
|
| |
Helper class holding a data-flow edge and optionally a memory offset being COPYed into or from.
◆ WriteNode()
| ghidra::ArraySequence::WriteNode::WriteNode |
( |
uint8 |
off, |
|
|
PcodeOp * |
o, |
|
|
int4 |
sl |
|
) |
| |
|
inline |
The documentation for this class was generated from the following file: