Teach llvm-pdbutil to dump types from object files.
authorZachary Turner <zturner@google.com>
Tue, 5 Dec 2017 23:58:18 +0000 (23:58 +0000)
committerZachary Turner <zturner@google.com>
Tue, 5 Dec 2017 23:58:18 +0000 (23:58 +0000)
commit376d437776fc5c6a8f3d0923f9b5a061708a422f
tree042e022791070a61c192f339322b65700226c5d6
parent251720194f7897f8dfa7f97dbb6d7ba49592d8de
Teach llvm-pdbutil to dump types from object files.

llvm-svn: 319859
llvm/include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h
llvm/include/llvm/DebugInfo/CodeView/TypeHashing.h
llvm/lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp
llvm/test/DebugInfo/PDB/Inputs/obj-hashes-1.yaml [new file with mode: 0644]
llvm/test/DebugInfo/PDB/Inputs/obj-hashes-2.yaml [new file with mode: 0644]
llvm/test/DebugInfo/PDB/obj-globalhash.test [new file with mode: 0644]
llvm/tools/llvm-pdbutil/DumpOutputStyle.cpp
llvm/tools/llvm-pdbutil/DumpOutputStyle.h
llvm/tools/llvm-readobj/COFFDumper.cpp