CBMC
|
#include "read_bin_goto_object.h"
#include <util/message.h>
#include <util/symbol_table.h>
#include <util/irep_serialization.h>
#include "goto_functions.h"
#include "write_goto_binary.h"
Go to the source code of this file.
Functions | |
static bool | read_bin_goto_object (std::istream &in, symbol_tablet &symbol_table, goto_functionst &functions, irep_serializationt &irepconverter) |
read goto binary format More... | |
bool | read_bin_goto_object (std::istream &in, const std::string &filename, symbol_tablet &symbol_table, goto_functionst &functions, message_handlert &message_handler) |
reads a goto binary file back into a symbol and a function table More... | |
Read goto object files.
Definition in file read_bin_goto_object.cpp.
bool read_bin_goto_object | ( | std::istream & | in, |
const std::string & | filename, | ||
symbol_tablet & | symbol_table, | ||
goto_functionst & | functions, | ||
message_handlert & | message_handler | ||
) |
reads a goto binary file back into a symbol and a function table
Definition at line 176 of file read_bin_goto_object.cpp.
|
static |
read goto binary format
Definition at line 26 of file read_bin_goto_object.cpp.