hanchenye-llvm-project/lld/lib/Core
Leny Kholodov bde4144338 [ARM] Generation of .ARM.exidx/.ARM.extab sections
This patch provides generation of .ARM.exidx & .ARM.extab sections which are
used for unwinding. The patch adds new content type typeARMExidx for atoms from
.ARM.exidx section and integration of atoms with such type to the ELF
ReaderWriter. exidx.test has been added with checking of contents of .ARM.exidx
section and .ARM.extab section.

Differential Revision: http://reviews.llvm.org/D9324

llvm-svn: 236873
2015-05-08 16:04:11 +00:00
..
CMakeLists.txt Fix five of the shared library build targets 2015-01-21 22:54:56 +00:00
DefinedAtom.cpp [ARM] Generation of .ARM.exidx/.ARM.extab sections 2015-05-08 16:04:11 +00:00
Error.cpp Remove unused enum value. NFC. 2015-04-24 18:36:57 +00:00
File.cpp Rename atom_collection -> AtomVector. 2015-04-08 23:05:59 +00:00
LinkingContext.cpp Reapply r234378, with test fixed (by emaste). 2015-04-10 01:40:25 +00:00
Reader.cpp Use MemoryBufferRef instead of MemoryBuffer&. NFC. 2015-04-24 21:10:50 +00:00
Resolver.cpp Remove return after report_fatal_error which has noreturn attribute. 2015-04-06 20:25:18 +00:00
SymbolTable.cpp Do s/_context/_ctx/g globally. 2015-04-10 21:40:59 +00:00
Writer.cpp Replace the `createImplicitFiles` method return type with `void` 2015-04-06 20:43:35 +00:00