GP-1405 Create data-type recommendation for potential this parameter

This commit is contained in:
caheckman 2022-06-17 14:51:35 -04:00
parent 91e5259018
commit 4f6211859b
7 changed files with 64 additions and 1 deletions

View file

@ -1492,6 +1492,8 @@ public:
/// \brief Pass-back the biggest potential output storage location contained within the given range
bool getBiggestContainedOutput(const Address &loc,int4 size,VarnodeData &res) const;
Address getThisPointerStorage(Datatype *dt); ///< Get the storage location associated with the "this" pointer
bool isCompatible(const FuncProto &op2) const;
AddrSpace *getSpacebase(void) const { return model->getSpacebase(); } ///< Get the \e stack address space
void printRaw(const string &funcname,ostream &s) const;