llvm-project/lld/lib/ReaderWriter/ELF
Rafael Espindola ed48e53d60 Use MemoryBufferRef instead of MemoryBuffer&. NFC.
This just reduces the noise from another patch.

llvm-svn: 235933
2015-04-27 22:48:51 +00:00
..
AArch64 ELF: Remove redundant namespace qualifiers. 2015-04-14 20:39:06 +00:00
ARM Add missing snippets from r235880 2015-04-27 15:13:17 +00:00
Hexagon ELF: Move Instrcution definition to HexagonEncoding.h. 2015-04-14 21:41:00 +00:00
Mips [Mips] Simplify the code a bit using early return 2015-04-24 11:14:24 +00:00
X86 ELF: Remove redundant namespace qualifiers. 2015-04-14 20:39:06 +00:00
X86_64 ELF: Remove redundant namespace qualifiers. 2015-04-14 20:39:06 +00:00
Atoms.cpp [ELF] Fix gcc -pedantic warnings (remove extra ';') 2015-04-15 07:45:11 +00:00
Atoms.h ELF: Remove redundant namespace qualifiers. 2015-04-14 20:39:06 +00:00
CMakeLists.txt ELF: Split Atoms.h to Atoms.{h,cpp}. 2015-04-14 20:21:53 +00:00
Chunk.h ELF: Minimum alignment value is 1, not 0. NFC. 2015-04-07 03:44:26 +00:00
DynamicFile.cpp Use MemoryBufferRef instead of MemoryBuffer&. NFC. 2015-04-27 22:48:51 +00:00
DynamicFile.h Use MemoryBufferRef instead of MemoryBuffer&. NFC. 2015-04-27 22:48:51 +00:00
DynamicLibraryWriter.h ELF: Remove redundant namespace qualifiers. 2015-04-14 20:39:06 +00:00
ELFFile.cpp Use MemoryBufferRef instead of MemoryBuffer&. NFC. 2015-04-27 22:48:51 +00:00
ELFFile.h Use MemoryBufferRef instead of MemoryBuffer&. NFC. 2015-04-27 22:48:51 +00:00
ELFLinkingContext.cpp Remove the Native file format. 2015-04-10 21:23:51 +00:00
ELFReader.h Use MemoryBufferRef instead of MemoryBuffer&. NFC. 2015-04-27 22:48:51 +00:00
ExecutableWriter.h [ELF] Simplify adding default atoms 2015-04-07 20:11:38 +00:00
FileCommon.cpp ELF: Make common strings file-scoped constants. 2015-04-14 06:08:07 +00:00
FileCommon.h Use MemoryBufferRef instead of MemoryBuffer&. NFC. 2015-04-27 22:48:51 +00:00
HeaderChunks.cpp ELF: Split HeaderChunks.h to HeaderChunks.{h,cpp}. 2015-04-14 19:48:57 +00:00
HeaderChunks.h ELF: Split HeaderChunks.h to HeaderChunks.{h,cpp}. 2015-04-14 19:48:57 +00:00
OrderPass.h Merge MutableFile with SimpleFile. 2015-04-07 20:43:38 +00:00
OutputELFWriter.cpp ELF: Split OutputELFWriter.h to OutputELFWriter.{h,cpp}. 2015-04-14 18:14:07 +00:00
OutputELFWriter.h ELF: Split OutputELFWriter.h to OutputELFWriter.{h,cpp}. 2015-04-14 18:14:07 +00:00
Reader.cpp ELF: Move registerRelocationNames() from TargetHandler to <Arch>ELFLinkingContext. 2015-04-02 04:18:54 +00:00
SectionChunks.cpp [ELF] Narrow down the type of OutputSection::_sections container 2015-04-21 17:02:42 +00:00
SectionChunks.h [ELF] Change return type of the OutputSection::flags() method 2015-04-21 17:02:49 +00:00
SegmentChunks.cpp [ELF] Fix gcc -pedantic warnings (remove extra ';') 2015-04-15 07:45:11 +00:00
SegmentChunks.h ELF: Split SegmentChunks.h to SegmentChunks.{h,cpp}. 2015-04-14 20:12:50 +00:00
TODO.txt [ELF] Add comments in the ELF reader 2015-02-23 13:25:44 +00:00
TargetHandler.h Define make_dynamic_error_code(const char *). 2015-04-14 02:34:09 +00:00
TargetLayout.cpp [ELF] Allow TargetLayout descendants to control assignment sections to segments 2015-04-22 07:57:35 +00:00
TargetLayout.h [ELF] Allow TargetLayout descendants to control assignment sections to segments 2015-04-22 07:57:35 +00:00
Writer.cpp ELF: Make createWriterELF's type consistent with other functions. 2015-04-02 01:02:58 +00:00
Writer.h Remove empty constructors. 2015-03-27 21:39:13 +00:00