llvm-project/lld/COFF
Reid Kleckner 0faf6d7beb [PDB] Put LLD's PDB writing code in a class NFC
Summary:
We've accumulated about five or so data structures that are widely
referenced:
- PDBBuilder
- Type table
- Id table
- PDB string table
- Type server handler

I'm about to rewrite type server handling, and I need a new class in LLD
where I can put its state. By creating a new PDBLinker class, I hope to
put it there next.

Reviewers: ruiu

Subscribers: llvm-commits

Differential Revision: https://reviews.llvm.org/D35392

llvm-svn: 307979
2017-07-14 00:14:58 +00:00
..
CMakeLists.txt Add BinaryFormat to lld libraries 2017-06-07 18:06:11 +00:00
Chunks.cpp [COFF] Bounds check relocations 2017-07-13 20:29:59 +00:00
Chunks.h [COFF] Bounds check relocations 2017-07-13 20:29:59 +00:00
Config.h [lld/pdb] Add some basic linker module symbols. 2017-07-10 21:01:37 +00:00
DLL.cpp Revert "Merge IAT and ILT." 2017-06-02 18:49:38 +00:00
DLL.h Revert "Merge IAT and ILT." 2017-06-02 18:49:38 +00:00
Driver.cpp [lld/pdb] Add some basic linker module symbols. 2017-07-10 21:01:37 +00:00
Driver.h Remove unused declarations 2017-06-30 00:34:35 +00:00
DriverUtils.cpp Revert "Revert "Revert "Revert "Switch external cvtres.exe for llvm's own resource library."""" 2017-07-08 03:06:10 +00:00
Error.cpp [lld/pdb] Add some basic linker module symbols. 2017-07-10 21:01:37 +00:00
Error.h [lld/pdb] Add some basic linker module symbols. 2017-07-10 21:01:37 +00:00
ICF.cpp Fix the sanitizer-windows bot. 2017-05-24 20:32:23 +00:00
InputFiles.cpp [COFF] Add initial support for linking ARM64 binaries 2017-07-01 20:29:27 +00:00
InputFiles.h [PDB] Add a module descriptor for every object file 2017-06-13 15:49:13 +00:00
LTO.cpp [coff] default to multiple parallel ThinLTO jobs 2017-04-12 18:36:13 +00:00
LTO.h Add an option to use the MSVC linker to link LTO-generated object files. 2017-02-06 20:47:55 +00:00
MapFile.cpp [Support] Move Parallel algorithms from LLD to LLVM. 2017-05-11 00:03:52 +00:00
MapFile.h COFF: Change the /lldmap output format to be more like the ELF linker. 2017-01-14 03:14:46 +00:00
MarkLive.cpp [COFF] Allow debug info to relocate against discarded symbols 2017-06-28 17:06:35 +00:00
Memory.h Remove lld/Support/Memory.h. 2016-12-18 14:06:06 +00:00
Options.td Remove /dumppdb option from LLD. 2017-06-16 23:41:44 +00:00
PDB.cpp [PDB] Put LLD's PDB writing code in a class NFC 2017-07-14 00:14:58 +00:00
PDB.h [lld/pdb] Add some basic linker module symbols. 2017-07-10 21:01:37 +00:00
README.md Update the documents of the new LLD. 2016-03-12 06:06:40 +00:00
Strings.cpp Fix build breakage. 2017-06-19 18:04:34 +00:00
Strings.h COFF: Define overloaded toString functions. 2016-12-07 23:17:02 +00:00
SymbolTable.cpp [COFF] Improve synthetic symbol handling 2017-06-26 15:39:52 +00:00
SymbolTable.h [COFF] Improve synthetic symbol handling 2017-06-26 15:39:52 +00:00
Symbols.cpp [COFF] Add initial support for some ARM64 relocations and import thunks 2017-07-11 07:22:44 +00:00
Symbols.h [COFF] Allow debug info to relocate against discarded symbols 2017-06-28 17:06:35 +00:00
Writer.cpp [lld/pdb] Add some basic linker module symbols. 2017-07-10 21:01:37 +00:00
Writer.h COFF: Change the /lldmap output format to be more like the ELF linker. 2017-01-14 03:14:46 +00:00

README.md

See docs/NewLLD.rst