|
cprover
|
#include <ld_mode.h>
Inheritance diagram for ld_modet:
Collaboration diagram for ld_modet:Public Member Functions | |
| int | doit () final |
| does it. More... | |
| void | help_mode () final |
| display command line help More... | |
| ld_modet (goto_cc_cmdlinet &_cmdline, const std::string &_base_name) | |
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 | run_ld () |
| call ld with original command line More... | |
| int | ld_hybrid_binary (compilet &compiler) |
Protected Member Functions inherited from goto_cc_modet | |
| void | register_languages () |
Protected Attributes | |
| gcc_message_handlert | gcc_message_handler |
| std::string | native_tool_name |
| const std::string | goto_binary_tmp_suffix |
Protected Attributes inherited from goto_cc_modet | |
| goto_cc_cmdlinet & | cmdline |
| const std::string | base_name |
Additional Inherited Members |
| ld_modet::ld_modet | ( | goto_cc_cmdlinet & | _cmdline, |
| const std::string & | _base_name | ||
| ) |
Definition at line 71 of file ld_mode.cpp.
|
finalvirtual |
|
finalvirtual |
|
protected |
Definition at line 169 of file ld_mode.cpp.
|
protected |
call ld with original command line
Definition at line 148 of file ld_mode.cpp.
|
protected |
|
protected |