llvm-project/lld/lib/ReaderWriter/PECOFF
Rui Ueyama 1e6af15388 Do not hard code the leading underscore.
Mangling scheme varies on platform, and prepending an underscore is valid only
on 32-bit x86. Added a method to mangle name to PECOFFLinkingContext and use
it to avoid hard coding mangled names.

llvm-svn: 190585
2013-09-12 04:42:31 +00:00
..
Atoms.h [PECOFF] Align section contents as specified by the object file's section header. 2013-09-06 04:06:58 +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 Do not hard code the leading underscore. 2013-09-12 04:42:31 +00:00
PECOFFLinkingContext.cpp Change the parseFile argument from MemoryBuffer pointer to LinkerInput 2013-09-07 17:55:28 +00:00
ReaderCOFF.cpp Run clang-format. 2013-09-07 17:56:23 +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] Don't add RVAs to base relocations table. 2013-09-06 22:09:02 +00:00