#include <goto_instrument_parse_options.h>
◆ goto_instrument_parse_optionst()
goto_instrument_parse_optionst::goto_instrument_parse_optionst |
( |
int |
argc, |
|
|
const char ** |
argv |
|
) |
| |
|
inline |
◆ do_indirect_call_and_rtti_removal()
void goto_instrument_parse_optionst::do_indirect_call_and_rtti_removal |
( |
bool |
force = false | ) |
|
|
protected |
◆ do_partial_inlining()
void goto_instrument_parse_optionst::do_partial_inlining |
( |
| ) |
|
|
protected |
◆ do_remove_const_function_pointers_only()
void goto_instrument_parse_optionst::do_remove_const_function_pointers_only |
( |
| ) |
|
|
protected |
Remove function pointers that can be resolved by analysing const variables (i.e.
can be resolved using remove_const_function_pointers). Function pointers that cannot be resolved will be left as function pointers.
Definition at line 962 of file goto_instrument_parse_options.cpp.
◆ do_remove_returns()
void goto_instrument_parse_optionst::do_remove_returns |
( |
| ) |
|
|
protected |
◆ doit()
int goto_instrument_parse_optionst::doit |
( |
| ) |
|
|
overridevirtual |
◆ get_goto_program()
void goto_instrument_parse_optionst::get_goto_program |
( |
| ) |
|
|
protected |
◆ help()
void goto_instrument_parse_optionst::help |
( |
| ) |
|
|
overridevirtual |
◆ instrument_goto_program()
void goto_instrument_parse_optionst::instrument_goto_program |
( |
| ) |
|
|
protected |
◆ register_languages()
void goto_instrument_parse_optionst::register_languages |
( |
| ) |
|
|
overrideprotectedvirtual |
◆ function_pointer_removal_done
bool goto_instrument_parse_optionst::function_pointer_removal_done |
|
protected |
◆ goto_model
◆ partial_inlining_done
bool goto_instrument_parse_optionst::partial_inlining_done |
|
protected |
◆ remove_returns_done
bool goto_instrument_parse_optionst::remove_returns_done |
|
protected |
The documentation for this class was generated from the following files: