[PATCH] D35871: [PDB] Write public symbol records and the publics hash table

Reid Kleckner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 25 18:21:36 PDT 2017


rnk created this revision.
Herald added a subscriber: hiraditya.

MSVC link.exe records all external symbol names in the publics stream.
It provides similar functionality to an ELF .symtab.


https://reviews.llvm.org/D35871

Files:
  lld/COFF/PDB.cpp
  lld/COFF/SymbolTable.h
  lld/COFF/Symbols.h
  llvm/include/llvm/DebugInfo/CodeView/SymbolRecord.h
  llvm/include/llvm/DebugInfo/PDB/Native/PublicsStreamBuilder.h
  llvm/lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp
  llvm/lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp
  llvm/lib/DebugInfo/PDB/Native/PublicsStreamBuilder.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D35871.108196.patch
Type: text/x-patch
Size: 18599 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170726/4e401bcd/attachment.bin>


More information about the llvm-commits mailing list