|
ROSE 0.11.145.354
|
Definition at line 20 of file DataDependence.h.
Public Types | |
| enum class | Type { NORMAL , EMPTY_SOURCE , EMPTY_TARGET } |
Public Member Functions | |
| Vertex (Type) | |
| Vertex (const AbstractLocation &) | |
| Vertex (RegisterDescriptor, const RegisterDictionaryPtr &) | |
| Vertex (const InstructionSemantics::BaseSemantics::SValuePtr &address, size_t nBitsInValue) | |
| Vertex (RegisterDescriptor baseRegister, const RegisterDictionaryPtr &, const InstructionSemantics::BaseSemantics::SValuePtr ®isterOffset, size_t nBitsInValue) | |
| Type | type () const |
| const AbstractLocation & | location () const |
| std::string | toString () const |
Static Public Member Functions | |
| static Vertex | emptyTarget () |
| static Vertex | emptySource () |
|
strong |
Definition at line 22 of file DataDependence.h.