[PATCH] D36535: [LLD/PDB] Output actual records to the globals stream

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 9 13:37:43 PDT 2017


zturner updated this revision to Diff 110469.
zturner added a comment.

Made getting symbol name faster.


https://reviews.llvm.org/D36535

Files:
  lld/COFF/PDB.cpp
  llvm/include/llvm/DebugInfo/CodeView/RecordName.h
  llvm/include/llvm/DebugInfo/CodeView/TypeDeserializer.h
  llvm/include/llvm/DebugInfo/CodeView/TypeName.h
  llvm/include/llvm/DebugInfo/CodeView/TypeRecord.h
  llvm/include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h
  llvm/lib/DebugInfo/CodeView/CMakeLists.txt
  llvm/lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp
  llvm/lib/DebugInfo/CodeView/RecordName.cpp
  llvm/lib/DebugInfo/CodeView/TypeName.cpp
  llvm/lib/DebugInfo/CodeView/TypeTableCollection.cpp
  llvm/lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D36535.110469.patch
Type: text/x-patch
Size: 16993 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170809/7b9ec712/attachment.bin>


More information about the llvm-commits mailing list