llvm-project/lld/lib/ReaderWriter/PECOFF
Shankar Easwaran d26c8e3463 [lld][LinkingContext] Atoms created from command line options should be available in YAML
This adds an API to the LinkingContext for flavors to add Internal files
containing atoms that need to appear in the YAML output as well, when -emit-yaml
switch is used.

Flavors can add more internal files for other options that are needed.

llvm-svn: 189718
2013-08-31 05:27:38 +00:00
..
Atoms.h [PECOFF] Treat the common symbol as mergeable symbol. 2013-08-13 00:03:21 +00:00
CMakeLists.txt Rename TargetInfo -> LinkingContext. 2013-08-06 22:31:59 +00:00
GroupedSectionsPass.h [PECOFF] Fix bug that section grouping may lay out atoms in a wrong order. 2013-08-29 07:46:23 +00:00
IdataPass.h Rename TargetInfo -> LinkingContext. 2013-08-06 22:31:59 +00:00
LinkerGeneratedSymbolFile.h [lld][LinkingContext] Atoms created from command line options should be available in YAML 2013-08-31 05:27:38 +00:00
PECOFFLinkingContext.cpp [lld][LinkingContext] Atoms created from command line options should be available in YAML 2013-08-31 05:27:38 +00:00
ReaderCOFF.cpp [PECOFF] Fix bug that atom size was sometimes wrong. 2013-08-29 07:34:58 +00:00
ReaderImportHeader.cpp [PECOFF] Trim at most one character from imported symbols. 2013-08-12 04:10:00 +00:00
ReaderImportHeader.h Rename TargetInfo -> LinkingContext. 2013-08-06 22:31:59 +00:00
WriterPECOFF.cpp [PECOFF] Add helper functions for debugging 2013-08-29 07:17:47 +00:00