ROSE 0.11.145.192
Public Member Functions | Public Attributes | List of all members
Rose::BinaryAnalysis::InstructionSemantics::BaseSemantics::RegisterStateGeneric::RegPair Struct Reference

Description

A register descriptor and its value.

Definition at line 94 of file RegisterStateGeneric.h.

#include <Rose/BinaryAnalysis/InstructionSemantics/BaseSemantics/RegisterStateGeneric.h>

Collaboration diagram for Rose::BinaryAnalysis::InstructionSemantics::BaseSemantics::RegisterStateGeneric::RegPair:
Collaboration graph
[legend]

Public Member Functions

 RegPair (RegisterDescriptor, const SValuePtr &)
 
BitRange location () const
 
SValuePtr get (RegisterDescriptor, RiscOperators *) const
 

Public Attributes

RegisterDescriptor desc
 
SValuePtr value
 

Member Data Documentation

◆ desc

RegisterDescriptor Rose::BinaryAnalysis::InstructionSemantics::BaseSemantics::RegisterStateGeneric::RegPair::desc

Definition at line 95 of file RegisterStateGeneric.h.

◆ value

SValuePtr Rose::BinaryAnalysis::InstructionSemantics::BaseSemantics::RegisterStateGeneric::RegPair::value

Definition at line 96 of file RegisterStateGeneric.h.


The documentation for this struct was generated from the following file: