Ghidra 11.3.2
Ghidra internal decompiler documentation.
Loading...
Searching...
No Matches
ghidra::CloneBlockOps::ClonePair Struct Reference

Helper class for pairing a p-code op with its clone. More...

Collaboration diagram for ghidra::CloneBlockOps::ClonePair:
[legend]

Public Member Functions

 ClonePair (PcodeOp *c, PcodeOp *o)
 Constructor.
 

Public Attributes

PcodeOpcloneOp
 New cloned op.
 
PcodeOporigOp
 Original op that was cloned.
 

Detailed Description

Helper class for pairing a p-code op with its clone.


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