cprover
|
#include <ld_mode.h>
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) | |
![]() | |
int | main (int argc, const char **argv) |
starts the compiler More... | |
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) |
![]() | |
void | register_languages () |
Protected Attributes | |
gcc_message_handlert | gcc_message_handler |
std::string | native_tool_name |
const std::string | goto_binary_tmp_suffix |
![]() | |
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 172 of file ld_mode.cpp.
|
protected |
call ld with original command line
Definition at line 151 of file ld_mode.cpp.
|
protected |
|
protected |