hanchenye-llvm-project/lld/Common
Nico Weber 5ffd8cedf4 lld-link: Also demangle undefined dllimported symbols.
dllimported symbols go through an import stub that's called __imp_ followed by
the name the stub points to. Make that work.

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

llvm-svn: 342401
2018-09-17 16:31:20 +00:00
..
Args.cpp Rename a function to follow the LLVM coding style. 2018-08-27 06:18:10 +00:00
CMakeLists.txt [coff] Print detailed timing information with /TIME. 2018-01-17 19:16:26 +00:00
ErrorHandler.cpp [Common] Discard the temp file while keeping the memory mapping open, on errors 2018-08-24 18:36:42 +00:00
Memory.cpp Move Memory.{h,cpp} to Common. 2017-11-28 20:39:17 +00:00
Reproduce.cpp toString function take a const refs where possible 2017-12-05 16:50:46 +00:00
Strings.cpp lld-link: Also demangle undefined dllimported symbols. 2018-09-17 16:31:20 +00:00
TargetOptionsCommandFlags.cpp CommandFlags.def -> CommandFlags.inc, leftover after r329840 2018-05-22 06:12:23 +00:00
Threads.cpp Delete dead code. 2017-11-07 23:12:41 +00:00
Timer.cpp Add a missing file header. 2018-01-18 23:46:28 +00:00
Version.cpp