mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
Merge remote-tracking branch 'origin/GT_3392_DecompilerAPI'
This commit is contained in:
commit
8319b1ba5c
99 changed files with 5477 additions and 2594 deletions
|
@ -154,6 +154,9 @@ private:
|
|||
// These functions should be only private things used by VarnodeBank
|
||||
void setInput(void) { setFlags(Varnode::input|Varnode::coverdirty); } ///< Mark Varnode as \e input
|
||||
void setDef(PcodeOp *op); ///< Set the defining PcodeOp of this Varnode
|
||||
bool setSymbolProperties(SymbolEntry *entry); ///< Set properties from the given Symbol to \b this Varnode
|
||||
void setSymbolEntry(SymbolEntry *entry); ///< Attach a Symbol to \b this Varnode
|
||||
void setSymbolReference(SymbolEntry *entry,int4 off); ///< Attach a Symbol reference to \b this
|
||||
void addDescend(PcodeOp *op); ///< Add a descendant (reading) PcodeOp to this Varnode's list
|
||||
void eraseDescend(PcodeOp *op); ///< Erase a descendant (reading) PcodeOp from this Varnode's list
|
||||
void destroyDescend(void); ///< Clear all descendant (reading) PcodeOps
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue