[PATCH] D33293: Provide a common interface for all collections of types.

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 18 16:16:43 PDT 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL303388: [CodeView] Provide a common interface for type collections. (authored by zturner).

Changed prior to commit:
  https://reviews.llvm.org/D33293?vs=99342&id=99506#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D33293

Files:
  lld/trunk/COFF/PDB.cpp
  llvm/trunk/include/llvm/DebugInfo/CodeView/CVRecord.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/CVTypeDumper.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/CVTypeVisitor.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/RandomAccessTypeVisitor.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/SymbolDumper.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeCollection.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeDatabase.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeDumpVisitor.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeIndex.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeTableCollection.h
  llvm/trunk/include/llvm/DebugInfo/CodeView/TypeVisitorCallbacks.h
  llvm/trunk/include/llvm/DebugInfo/PDB/Native/PDBTypeServerHandler.h
  llvm/trunk/lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  llvm/trunk/lib/DebugInfo/CodeView/CMakeLists.txt
  llvm/trunk/lib/DebugInfo/CodeView/CVTypeDumper.cpp
  llvm/trunk/lib/DebugInfo/CodeView/CVTypeVisitor.cpp
  llvm/trunk/lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp
  llvm/trunk/lib/DebugInfo/CodeView/RandomAccessTypeVisitor.cpp
  llvm/trunk/lib/DebugInfo/CodeView/SymbolDumper.cpp
  llvm/trunk/lib/DebugInfo/CodeView/TypeDatabase.cpp
  llvm/trunk/lib/DebugInfo/CodeView/TypeDumpVisitor.cpp
  llvm/trunk/lib/DebugInfo/CodeView/TypeIndex.cpp
  llvm/trunk/lib/DebugInfo/CodeView/TypeStreamMerger.cpp
  llvm/trunk/lib/DebugInfo/CodeView/TypeTableCollection.cpp
  llvm/trunk/lib/DebugInfo/PDB/Native/PDBTypeServerHandler.cpp
  llvm/trunk/lib/DebugInfo/PDB/Native/TpiStream.cpp
  llvm/trunk/tools/llvm-pdbdump/Analyze.cpp
  llvm/trunk/tools/llvm-pdbdump/CompactTypeDumpVisitor.cpp
  llvm/trunk/tools/llvm-pdbdump/CompactTypeDumpVisitor.h
  llvm/trunk/tools/llvm-pdbdump/LLVMOutputStyle.cpp
  llvm/trunk/tools/llvm-pdbdump/LLVMOutputStyle.h
  llvm/trunk/tools/llvm-pdbdump/PdbYaml.cpp
  llvm/trunk/tools/llvm-pdbdump/YAMLOutputStyle.h
  llvm/trunk/tools/llvm-pdbdump/YamlTypeDumper.cpp
  llvm/trunk/tools/llvm-readobj/COFFDumper.cpp
  llvm/trunk/unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33293.99506.patch
Type: text/x-patch
Size: 95178 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170518/a6943c34/attachment.bin>


More information about the llvm-commits mailing list