Read goto object files. More...
#include "read_bin_goto_object.h"#include <util/irep_serialization.h>#include <util/message.h>#include <util/symbol_table_base.h>#include "goto_functions.h"#include "write_goto_binary.h"Go to the source code of this file.
Read goto object files.
Definition in file read_bin_goto_object.cpp.
The serialised form of the goto-model currently includes the parameter identifiers in the symbol table attached to the types of function symbols.
However it is not included in the goto functions. Therefore this function is needed to copy the parameter identifiers from the symbol table to the functions.
Definition at line 77 of file read_bin_goto_object.cpp.
Definition at line 98 of file read_bin_goto_object.cpp.
reads a goto binary file back into a symbol and a function table
Definition at line 212 of file read_bin_goto_object.cpp.
read goto binary format
Definition at line 198 of file read_bin_goto_object.cpp.
Definition at line 23 of file read_bin_goto_object.cpp.