|
cprover
|
#include <gcc_mode.h>
Inheritance diagram for gcc_modet:
Collaboration diagram for gcc_modet:Public Member Functions | |
| int | doit () final |
| does it. More... | |
| void | help_mode () final |
| display command line help More... | |
| gcc_modet (goto_cc_cmdlinet &_cmdline, const std::string &_base_name, bool _produce_hybrid_binary) | |
Public Member Functions inherited from goto_cc_modet | |
| virtual int | main (int argc, const char **argv) |
| starts the compiler More... | |
| virtual void | help () |
| display command line help More... | |
| virtual void | usage_error () |
| prints a message informing the user about incorrect options More... | |
| goto_cc_modet (goto_cc_cmdlinet &, const std::string &_base_name, message_handlert &) | |
| constructor More... | |
| ~goto_cc_modet () | |
| constructor More... | |
Protected Member Functions | |
| int | preprocess (const std::string &language, const std::string &src, const std::string &dest, bool act_as_bcc) |
| call gcc for preprocessing More... | |
| int | run_gcc (const compilet &compiler) |
| call gcc with original command line More... | |
| int | gcc_hybrid_binary (compilet &compiler) |
| int | asm_output (bool act_as_bcc, const std::list< std::string > &preprocessed_source_files, const compilet &compiler) |
Protected Member Functions inherited from goto_cc_modet | |
| void | register_languages () |
Static Protected Member Functions | |
| static bool | needs_preprocessing (const std::string &) |
Protected Attributes | |
| gcc_message_handlert | gcc_message_handler |
| const bool | produce_hybrid_binary |
| std::string | native_tool_name |
| const std::string | goto_binary_tmp_suffix |
| const std::map< std::string, std::set< std::string > > | arch_map |
| Associate CBMC architectures with processor names. More... | |
| gcc_versiont | gcc_version |
Protected Attributes inherited from goto_cc_modet | |
| goto_cc_cmdlinet & | cmdline |
| const std::string | base_name |
Additional Inherited Members |
Definition at line 25 of file gcc_mode.h.
| gcc_modet::gcc_modet | ( | goto_cc_cmdlinet & | _cmdline, |
| const std::string & | _base_name, | ||
| bool | _produce_hybrid_binary | ||
| ) |
Definition at line 106 of file gcc_mode.cpp.
|
protected |
Definition at line 991 of file gcc_mode.cpp.
|
finalvirtual |
|
protected |
Definition at line 884 of file gcc_mode.cpp.
|
finalvirtual |
|
staticprotected |
Definition at line 305 of file gcc_mode.cpp.
|
protected |
call gcc for preprocessing
Definition at line 763 of file gcc_mode.cpp.
|
protected |
call gcc with original command line
Definition at line 841 of file gcc_mode.cpp.
|
protected |
Associate CBMC architectures with processor names.
Definition at line 46 of file gcc_mode.h.
|
protected |
Definition at line 37 of file gcc_mode.h.
|
protected |
Definition at line 66 of file gcc_mode.h.
|
protected |
Definition at line 43 of file gcc_mode.h.
|
protected |
Definition at line 41 of file gcc_mode.h.
|
protected |
Definition at line 39 of file gcc_mode.h.