Merge remote-tracking branch 'origin/GP-1405_ThisPointerPrep'

This commit is contained in:
Ryan Kurtz 2022-07-07 00:58:42 -04:00
commit 7e4df39fe5
7 changed files with 64 additions and 1 deletions

View file

@ -1524,6 +1524,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;