llvm-project/lld/include/lld/Core
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
..
AbsoluteAtom.h Remove redundant empty destructors. 2015-03-07 16:01:13 +00:00
Alias.h Use C++11 non-static member initialization. 2015-04-17 12:53:16 +00:00
ArchiveLibraryFile.h Remove redundant empty destructors. 2015-03-07 16:01:13 +00:00
Atom.h Remove "inline" from inlined functions. 2015-03-04 18:51:19 +00:00
DefinedAtom.h [ARM] Move out .ARM.exidx related things to ARM backend 2015-05-26 10:26:15 +00:00
Error.h [LinkerScript] Add matching of output sections to segments 2015-06-15 08:00:51 +00:00
File.h [lld] Manage atom ordinals in the File class rather than using a static counter. 2015-05-22 23:56:44 +00:00
Instrumentation.h Removing LLVM_DELETED_FUNCTION, as MSVC 2012 was the last reason for requiring the macro. NFC; lld edition. 2015-02-15 23:10:05 +00:00
LLVM.h Use MemoryBufferRef instead of MemoryBuffer&. NFC. 2015-04-24 21:10:50 +00:00
LinkingContext.h Remove the Native file format. 2015-04-10 21:23:51 +00:00
Node.h Remove "inline" from inlined functions. 2015-03-04 18:51:19 +00:00
Parallel.h [Core] Add parallel_for_each 2015-03-16 21:27:32 +00:00
Pass.h Simplify Pass::perform to take a SimpleFile& instead of unique_ptr<SimpleFile>& 2015-06-19 19:43:43 +00:00
PassManager.h Simplify Pass::perform to take a SimpleFile& instead of unique_ptr<SimpleFile>& 2015-06-19 19:43:43 +00:00
Reader.h Use MemoryBufferRef instead of MemoryBuffer&. NFC. 2015-04-24 21:10:50 +00:00
Reference.h [Mips] Support MIPS N64 relocation record format 2015-03-24 09:57:05 +00:00
Resolver.h Merge MutableFile with SimpleFile. 2015-04-07 20:43:38 +00:00
STDExtras.h Use template aliases. 2015-03-10 05:14:24 +00:00
SharedLibraryAtom.h Remove redundant empty destructors. 2015-03-07 16:01:13 +00:00
SharedLibraryFile.h Rename atom_collection -> AtomVector. 2015-04-08 23:05:59 +00:00
Simple.h [lld] Manage atom ordinals in the File class rather than using a static counter. 2015-05-22 23:56:44 +00:00
SymbolTable.h Do s/_context/_ctx/g globally. 2015-04-10 21:40:59 +00:00
TODO.txt Remove the Native file format. 2015-04-10 21:23:51 +00:00
UndefinedAtom.h Remove redundant empty destructors. 2015-03-07 16:01:13 +00:00
Writer.h Remove the Native file format. 2015-04-10 21:23:51 +00:00
range.h Sort include files according to convention. 2014-10-18 05:33:55 +00:00