llvm-project/lld/lib/ReaderWriter/ELF
David Blaikie 25ddcb4c27 Simplify Pass::perform to take a SimpleFile& instead of unique_ptr<SimpleFile>&
None of the implementations replace the SimpleFile with some other file,
they just modify the SimpleFile in-place, so a direct reference to the
file is sufficient.

llvm-svn: 240167
2015-06-19 19:43:43 +00:00
..
AArch64 Simplify Pass::perform to take a SimpleFile& instead of unique_ptr<SimpleFile>& 2015-06-19 19:43:43 +00:00
ARM Simplify Pass::perform to take a SimpleFile& instead of unique_ptr<SimpleFile>& 2015-06-19 19:43:43 +00:00
Hexagon Simplify Pass::perform to take a SimpleFile& instead of unique_ptr<SimpleFile>& 2015-06-19 19:43:43 +00:00
Mips Simplify Pass::perform to take a SimpleFile& instead of unique_ptr<SimpleFile>& 2015-06-19 19:43:43 +00:00
X86 ELF: Remove redundant namespace qualifiers. 2015-04-14 20:39:06 +00:00
X86_64 Simplify Pass::perform to take a SimpleFile& instead of unique_ptr<SimpleFile>& 2015-06-19 19:43:43 +00:00
Atoms.cpp [ARM] Move out .ARM.exidx related things to ARM backend 2015-05-26 10:26:15 +00:00
Atoms.h ELF: Remove redundant namespace qualifiers. 2015-04-14 20:39:06 +00:00
CMakeLists.txt [ELF] Fix shared CMake build. 2015-05-22 16:01:12 +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 [ELF] Now that there's an API for ELF symbol types in LLVM, use it. 2015-06-17 21:50:51 +00:00
ELFFile.h [ELF] Now that there's an API for ELF symbol types in LLVM, use it. 2015-06-17 21:50: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] Move start/end atom method assignment to OutputELFWriter. NFC 2015-05-21 10:11:27 +00:00
FileCommon.cpp ELF: Make common strings file-scoped constants. 2015-04-14 06:08:07 +00:00
FileCommon.h [ELF][Mips] Do not merge ELF flags in the `isCompatible` routine 2015-05-27 08:45:31 +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 Simplify Pass::perform to take a SimpleFile& instead of unique_ptr<SimpleFile>& 2015-06-19 19:43:43 +00:00
OutputELFWriter.cpp [ELF] Add support for -z origin/now options. 2015-05-26 01:57:32 +00:00
OutputELFWriter.h [ELF] Move start/end atom method assignment to OutputELFWriter. NFC 2015-05-21 10:11:27 +00:00
Reader.cpp [ELF] Remove redundant unique_ptr moves found by -Wpessimizing-move. 2015-05-22 16:01:21 +00:00
SectionChunks.cpp [ELF] Simplify dynamic table entry creation. 2015-05-21 23:44:19 +00:00
SectionChunks.h [ELF] Simplify dynamic table entry creation. 2015-05-21 23:44:19 +00:00
SegmentChunks.cpp [ELF] Fix wrong TBSS size 2015-06-17 13:46:07 +00:00
SegmentChunks.h [Mips] Sort segments so PT_MIPS_ABIFLAGS goes right after the PT_INTERP 2015-05-31 20:36:58 +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 [LinkerScript] Add matching of output sections to segments 2015-06-15 08:00:51 +00:00
TargetLayout.h [LinkerScript] Add matching of output sections to segments 2015-06-15 08:00:51 +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