#include <linker.h>
Collaboration diagram for VM::VMLinker::Config:
Public Member Functions | |
Config () | |
Constructor sets defaults. | |
~Config () | |
Public Attributes | |
bool | ignore_simple_type_missing |
Ignore when simple types (non-pointer) are missing in. | |
bool | abandon_out_maps |
Definition at line 57 of file linker.h.
|
Constructor sets defaults.
Definition at line 1607 of file linker.cc. References abandon_out_maps, and ignore_simple_type_missing. |
|
|
|
Do not set up diverse maps in the output file which are NOT needed for linking. These maps are: tid2classinfo, symref2symbol, symref2function, symref2globvar Definition at line 64 of file linker.h. Referenced by VM::VMLinker::_LinkFunction(), VM::VMLinker::_LinkGlobalStorage(), VM::VMLinker::_MergeNamespaceInfo_Recursive(), Config(), and VM::VMLinker::LinkAll(). |
|
Ignore when simple types (non-pointer) are missing in.
Definition at line 60 of file linker.h. Referenced by VM::VMLinker::_MergeNamespaceInfo_Recursive(), and Config(). |