llvm-project/lld/lib/ReaderWriter
Simon Atanasyan 87a559212b [ELF] Allow target to adjust a symbol's value for using in a dynamic tag
Some targets like microMIPS and ARM Thumb use the last bit of a symbol's
value to mark 'compressed' code. This patch adds new virtual function
`DynamicTable::getAtomVirtualAddress` which allows to adjust a symbol's
value before using it in a dynamic table tags like DT_INIT / DT_FINI.

llvm-svn: 223963
2014-12-10 20:09:12 +00:00
..
ELF [ELF] Allow target to adjust a symbol's value for using in a dynamic tag 2014-12-10 20:09:12 +00:00
MachO Re-commit r223330: Rewrite InputGraph's Group 2014-12-10 00:33:00 +00:00
Native Remove unreachable return statement. 2014-12-10 08:12:06 +00:00
PECOFF Re-commit r223330: Rewrite InputGraph's Group 2014-12-10 00:33:00 +00:00
YAML Follow-up to r221913. Fix some -Wcast-qual warning reasons. 2014-11-14 07:15:43 +00:00
CMakeLists.txt Revert "Add support library." 2014-11-11 00:40:36 +00:00
CoreLinkingContext.cpp Sort include files according to convention. 2014-10-18 05:33:55 +00:00
FileArchive.cpp Fix FileArchive member MemoryBuffer early destruction 2014-11-07 20:52:38 +00:00
LinkerScript.cpp Revert "Add support library." 2014-11-11 00:40:36 +00:00
Makefile Initial set of Makefiles 2014-06-04 09:54:07 +00:00
Reader.cpp [PECOFF] Support COMDAT associative sections. 2014-06-17 16:19:33 +00:00
Writer.cpp [lld][InputGraph] Change the Resolver to use inputGraph 2013-10-07 02:47:09 +00:00