llvm-project/lld/lib/Driver
Rui Ueyama 7be03d09cd [PECOFF] Emit the delay-import table
This is a partial patch to emit the delay-import table. With this,
LLD is now able to emit the table that llvm-readobj can read and
dump.

The table lacks a few fields, such as the address of HMODULE, the
import address table, etc. They'll be added in subsequent patches.

llvm-svn: 219384
2014-10-09 02:48:14 +00:00
..
CMakeLists.txt Add support to print version. 2014-10-08 03:47:51 +00:00
CoreDriver.cpp Greatly simplify InputGraph. 2014-04-01 21:55:36 +00:00
CoreOptions.td This is my Driver refactoring patch. 2013-04-04 18:59:24 +00:00
DarwinInputGraph.cpp [mach-o] Support fat archives 2014-10-08 01:48:10 +00:00
DarwinLdDriver.cpp [mach-o] Add support for -dependency_info command line option 2014-10-04 00:16:13 +00:00
DarwinLdOptions.td [mach-o] add -iphoneos_version_min as alias for -ios_version_min 2014-10-04 00:19:56 +00:00
Driver.cpp Change the signature of insertElementAt and rename addInputElementFront 2014-07-24 00:08:22 +00:00
GnuLdDriver.cpp [ELF] Implement --export-dynamic/-E 2014-10-08 18:54:26 +00:00
GnuLdInputGraph.cpp [ELF] Implement parsing `-l` prefixed items in the `GROUP` linker script command. 2014-07-15 17:17:30 +00:00
GnuLdOptions.td [ELF] Implement --export-dynamic/-E 2014-10-08 18:54:26 +00:00
Makefile Initial set of Makefiles 2014-06-04 09:54:07 +00:00
TODO.rst [TODO] revisit features TODO in the driver 2014-04-02 05:45:52 +00:00
UniversalDriver.cpp Fix typo in comment 2014-10-08 17:50:15 +00:00
UniversalDriverOptions.td Add support to print version. 2014-10-08 03:47:51 +00:00
WinLinkDriver.cpp [PECOFF] Emit the delay-import table 2014-10-09 02:48:14 +00:00
WinLinkInputGraph.cpp Don't import error_code into the lld namespace. 2014-06-12 14:53:47 +00:00
WinLinkModuleDef.cpp [PECOFF] Keep unmangled name in the export table descriptor 2014-09-24 00:55:15 +00:00
WinLinkOptions.td [PECOFF] Resolve __delayLoadHelper2 if /delayload is given 2014-10-03 01:14:50 +00:00