ROSE
0.11.87.0
|
Functor for handling a memory read that found more than one cell that might alias the requested address.
Definition at line 481 of file SymbolicSemantics.h.
#include <Rose/BinaryAnalysis/InstructionSemantics2/SymbolicSemantics.h>
Public Types | |
using | Ptr = Sawyer::SharedPointer< CellCompressor > |
Public Member Functions | |
virtual SValuePtr | operator() (const SValuePtr &address, const BaseSemantics::SValuePtr &dflt, BaseSemantics::RiscOperators *addrOps, BaseSemantics::RiscOperators *valOps, const MemoryCellList::CellList &cells)=0 |
Compress the cells into a single value. More... | |
![]() | |
SharedObject () | |
Default constructor. More... | |
SharedObject (const SharedObject &) | |
Copy constructor. More... | |
virtual | ~SharedObject () |
Virtual destructor. More... | |
SharedObject & | operator= (const SharedObject &) |
Assignment. More... | |
|
pure virtual |
Compress the cells into a single value.