summaryrefslogtreecommitdiffstats
path: root/llvm/test/tools/llvm-symbolizer/Inputs/coff-exports.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [llvm-symbolizer] Use the export table if no symbols are presentReid Kleckner2015-10-161-0/+20
This lets us make guesses about symbols in third party DLLs without debug info, like MSVCR120.dll or kernel32.dll. dbghelp does the same thing. llvm-svn: 250582
OpenPOWER on IntegriCloud