Ghidra Decompiler Analysis Engine
Public Member Functions | List of all members
OpTpl Class Reference

Public Member Functions

 OpTpl (OpCode oc)
 
VarnodeTplgetOut (void) const
 
int4 numInput (void) const
 
VarnodeTplgetIn (int4 i) const
 
OpCode getOpcode (void) const
 
bool isZeroSize (void) const
 
void setOpcode (OpCode o)
 
void setOutput (VarnodeTpl *vt)
 
void clearOutput (void)
 
void addInput (VarnodeTpl *vt)
 
void setInput (VarnodeTpl *vt, int4 slot)
 
void removeInput (int4 index)
 
void changeHandleIndex (const vector< int4 > &handmap)
 
void saveXml (ostream &s) const
 
void restoreXml (const Element *el, const AddrSpaceManager *manage)
 

The documentation for this class was generated from the following files: