|
GTIRB
v2.3.1
GrammaTech Intermediate Representation for Binaries: C++ API
|
Represents a symbolic operand of the form "Sym + Offset". More...
#include <SymbolicExpression.hpp>

Public Attributes | |
| SymAttributeSet | Attributes = SymAttributeSet() |
| int64_t | Offset |
| Constant offset. More... | |
| Symbol * | Sym |
| Symbol representing an address. More... | |
Friends | |
| bool | operator!= (const SymAddrConst &LHS, const SymAddrConst &RHS) |
| bool | operator== (const SymAddrConst &LHS, const SymAddrConst &RHS) |
Represents a symbolic operand of the form "Sym + Offset".
|
friend |
|
friend |
| SymAttributeSet gtirb::SymAddrConst::Attributes = SymAttributeSet() |
| int64_t gtirb::SymAddrConst::Offset |
Constant offset.
1.8.17