PandA-2024.02
|
Struct representing memory information. More...
#include <function_behavior.hpp>
Public Member Functions | |
memory_access (unsigned int _node_id, unsigned int _base_address, unsigned int _offset=0) | |
Data Fields | |
unsigned int | node_id |
unsigned int | base_address |
unsigned int | offset |
Struct representing memory information.
Definition at line 107 of file function_behavior.hpp.
memory_access::memory_access | ( | unsigned int | _node_id, |
unsigned int | _base_address, | ||
unsigned int | _offset = 0 |
||
) |
Definition at line 87 of file function_behavior.cpp.
unsigned int memory_access::base_address |
Definition at line 111 of file function_behavior.hpp.
unsigned int memory_access::node_id |
Definition at line 109 of file function_behavior.hpp.
unsigned int memory_access::offset |
Definition at line 113 of file function_behavior.hpp.