hanchenye-llvm-project/lld/lib/Core
Davide Italiano 54eb8ffd55 [Core] Retire yet another unused member function.
The code in lib/ could use a lot of love :(

llvm-svn: 278506
2016-08-12 12:37:23 +00:00
..
CMakeLists.txt COFF: Implement /linkrepro flag. 2016-07-26 02:00:42 +00:00
DefinedAtom.cpp [MachO/Core] Remove (now) unused static member function. NFCI. 2016-08-04 19:49:11 +00:00
Error.cpp Unpollute the global namespace. lld edition. 2016-08-06 13:52:37 +00:00
File.cpp Use owning pointers instead of raw pointers for Atom's to fix leaks. 2016-03-22 17:15:50 +00:00
LinkingContext.cpp Convert lld file writing to llvm::Error. NFC. 2016-03-30 23:10:39 +00:00
Reader.cpp Delete more ELF bits from the old linker. 2016-02-28 16:03:37 +00:00
Reproduce.cpp Add qualification to fix MSVC build. 2016-07-26 02:10:56 +00:00
Resolver.cpp Fix -Wpessimizing-move warnings. 2016-03-30 22:40:16 +00:00
SymbolTable.cpp [Core] Retire yet another unused member function. 2016-08-12 12:37:23 +00:00
Writer.cpp