Ghidra Decompiler Analysis Engine
|
Placeholder node for PcodeOp that will exist after a transform is applied to a function. More...
#include <transform.hh>
Public Types | |
enum | { op_replacement = 1, op_preexisting = 2, indirect_creation = 4, indirect_creation_possible_out = 8 } |
Special annotations on new pcode ops. More... | |
Friends | |
class | TransformManager |
class | TransformVar |
Placeholder node for PcodeOp that will exist after a transform is applied to a function.
anonymous enum |