|
enum | ParamIDIO { INPUT = 0,
OUTPUT = 1
} |
|
enum | ParamRank {
BESTRANK = 1,
DIRECTWRITEWITHOUTREAD = 1,
DIRECTREAD = 2,
DIRECTWRITEWITHREAD = 2,
DIRECTWRITEUNKNOWNREAD = 3,
SUBFNPARAM = 4,
THISFNPARAM = 4,
SUBFNRETURN = 5,
THISFNRETURN = 5,
INDIRECT = 6,
WORSTRANK = 7
} |
|
|
| ParamMeasure (const Address &addr, int4 sz, Datatype *dt, ParamIDIO io_in) |
|
void | calculateRank (bool best, Varnode *basevn, PcodeOp *ignoreop) |
|
void | saveXml (ostream &s, string tag, bool moredetail) const |
|
void | savePretty (ostream &s, bool moredetail) const |
|
int4 | getMeasure (void) const |
|
The documentation for this class was generated from the following files: