llvm-project/lld/lib/ReaderWriter/ELF/ARM
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
..
ARMDynamicLibraryWriter.h [ARM] Add dynamic symbols to the dynamic library writer 2015-05-21 12:52:00 +00:00
ARMELFFile.h [ARM] Move out .ARM.exidx related things to ARM backend 2015-05-26 10:26:15 +00:00
ARMELFWriters.h [ARM] Move out common Writer functionality to ARMELFWriter 2015-05-21 11:16:40 +00:00
ARMExecutableWriter.h [ARM] Remove unused field in executable writer 2015-05-21 11:50:54 +00:00
ARMLinkingContext.cpp ELF: Remove partial class definitions of <Arch>LinkingContexts. 2015-04-03 19:32:31 +00:00
ARMLinkingContext.h [ARM] Implement R_ARM_GLOB_DAT for GOT entries 2015-05-22 11:00:31 +00:00
ARMRelocationHandler.cpp [ARM] report_fatal_error for not implemented functionality 2015-05-22 12:39:05 +00:00
ARMRelocationHandler.h ELF: Remove redundant namespace qualifiers. 2015-04-14 20:39:06 +00:00
ARMRelocationPass.cpp Simplify Pass::perform to take a SimpleFile& instead of unique_ptr<SimpleFile>& 2015-06-19 19:43:43 +00:00
ARMRelocationPass.h
ARMSymbolTable.h [ARM] Move out .ARM.exidx related things to ARM backend 2015-05-26 10:26:15 +00:00
ARMTargetHandler.cpp [ARM] Add skeleton implementation of DSO linking 2015-05-21 09:28:25 +00:00
ARMTargetHandler.h [ARM] Fix enum type cast in switch 2015-05-26 11:13:09 +00:00
CMakeLists.txt [ARM] Remove useless file with writer's instantiation stub 2015-05-21 12:31:15 +00:00
TODO.rst [ARM] Update TODO notes 2015-04-24 09:55:11 +00:00