cprover
|
Library Linking. More...
#include "link_to_library.h"
#include <util/config.h>
#include <ansi-c/cprover_library.h>
#include "compute_called_functions.h"
#include "goto_convert_functions.h"
Go to the source code of this file.
Functions | |
void | link_to_library (goto_modelt &goto_model, message_handlert &message_handler) |
void | link_to_library (symbol_tablet &symbol_table, goto_functionst &goto_functions, message_handlert &message_handler) |
Library Linking.
Definition in file link_to_library.cpp.
void link_to_library | ( | goto_modelt & | goto_model, |
message_handlert & | message_handler | ||
) |
Definition at line 21 of file link_to_library.cpp.
References goto_modelt::goto_functions, link_to_library(), and goto_modelt::symbol_table.
Referenced by clobber_parse_optionst::get_goto_program(), goto_fence_inserter_parse_optionst::instrument_goto_program(), goto_instrument_parse_optionst::instrument_goto_program(), link_to_library(), goto_diff_parse_optionst::process_goto_program(), symex_parse_optionst::process_goto_program(), goto_analyzer_parse_optionst::process_goto_program(), and cbmc_parse_optionst::process_goto_program().
void link_to_library | ( | symbol_tablet & | symbol_table, |
goto_functionst & | goto_functions, | ||
message_handlert & | message_handler | ||
) |
Definition at line 31 of file link_to_library.cpp.
References add_cprover_library(), configt::ansi_c, configt::ansi_ct::arch, compute_called_functions(), config, messaget::eom(), goto_functions_templatet< bodyT >::function_map, goto_convert(), messaget::status(), and symbol_tablet::symbols.