llvm-project/lld/lib/Core
Pete Cooper f0c0f3c477 Add File::kind's for all subclasses of File.
This is to enable isa<> support for any files which need it.

It will be used in an upcoming patch to differentiate MachOFile from other implicitly generated files.

Reviewed by Lang Hames.

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

llvm-svn: 257830
2016-01-14 22:55:38 +00:00
..
CMakeLists.txt Set CMake ADDITIONAL_HEADER_DIRS on libraries with headers in /include. NFC. 2016-01-07 00:14:09 +00:00
DefinedAtom.cpp [lld][Darwin] Add support for the -sectcreate option. 2015-10-24 08:20:51 +00:00
Error.cpp Fix Clang-tidy misc-use-override warnings, other minor fixes. 2015-09-10 18:51:36 +00:00
File.cpp Rename atom_collection -> AtomVector. 2015-04-08 23:05:59 +00:00
LinkingContext.cpp Add File::kind's for all subclasses of File. 2016-01-14 22:55:38 +00:00
Reader.cpp Use MemoryBufferRef instead of MemoryBuffer&. NFC. 2015-04-24 21:10:50 +00:00
Resolver.cpp Add File::kind's for all subclasses of File. 2016-01-14 22:55:38 +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