Ghidra 11.3.2
Ghidra internal decompiler documentation.
|
Helper class holding a data-flow edge and optionally a memory offset being COPYed into or from. More...
#include <constseq.hh>
Public Member Functions | |
WriteNode (uint8 off, PcodeOp *o, int4 sl) | |
bool | operator< (const WriteNode &node2) const |
Compare two nodes by their order within a basic block. | |
Public Attributes | |
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.
|
inline |