cprover
read_bin_goto_object.cpp File Reference

Read goto object files. More...

Include dependency graph for read_bin_goto_object.cpp:

Go to the source code of this file.

Functions

bool read_bin_goto_object_v3 (std::istream &in, const std::string &filename, symbol_tablet &symbol_table, goto_functionst &functions, message_handlert &message_handler, irep_serializationt &irepconverter)
 read goto binary format v3 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...
 

Detailed Description

Read goto object files.

Definition in file read_bin_goto_object.cpp.

Function Documentation

◆ read_bin_goto_object()

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

parameters: input stream, symbol table, functions
Returns
true on error, false otherwise

Definition at line 169 of file read_bin_goto_object.cpp.

References messaget::eom(), messaget::error(), read_bin_goto_object_v3(), and irep_serializationt::read_gb_word().

Referenced by read_goto_binary().

◆ read_bin_goto_object_v3()