CBMC
|
Wraps the information needed to identify the entry point. More...
#include <memory_snapshot_harness_generator.h>
Public Member Functions | |
entry_locationt ()=default | |
entry_locationt (irep_idt function_name, goto_programt::const_targett start_instruction) | |
Public Attributes | |
irep_idt | function_name |
goto_programt::const_targett | start_instruction |
Wraps the information needed to identify the entry point.
Initializes via either entry_goto_locationt or entry_source_locationt
Definition at line 116 of file memory_snapshot_harness_generator.h.
|
default |
|
inlineexplicit |
Definition at line 122 of file memory_snapshot_harness_generator.h.
irep_idt memory_snapshot_harness_generatort::entry_locationt::function_name |
Definition at line 118 of file memory_snapshot_harness_generator.h.
goto_programt::const_targett memory_snapshot_harness_generatort::entry_locationt::start_instruction |
Definition at line 119 of file memory_snapshot_harness_generator.h.