CBMC
|
Read goto object files. More...
#include <iosfwd>
#include <string>
Go to the source code of this file.
Functions | |
bool | read_bin_goto_object (std::istream &in, const std::string &filename, symbol_table_baset &symbol_table, goto_functionst &goto_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.h.
bool read_bin_goto_object | ( | std::istream & | in, |
const std::string & | filename, | ||
symbol_table_baset & | 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 212 of file read_bin_goto_object.cpp.