OSDN Git Service

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)
commit7c192eec2ff17d1815f0c3eef28e0846eeb0ba84
tree064b960711b6e8c2471fe8baed33b47fc32a9e08
parent0b3e8d4de32497018fd24aa2c0fea1fef6aafaab
Teach llvm-pdbutil to dump types from object files.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@319859 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h
include/llvm/DebugInfo/CodeView/TypeHashing.h
lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp
test/DebugInfo/PDB/Inputs/obj-hashes-1.yaml [new file with mode: 0644]
test/DebugInfo/PDB/Inputs/obj-hashes-2.yaml [new file with mode: 0644]
test/DebugInfo/PDB/obj-globalhash.test [new file with mode: 0644]
tools/llvm-pdbutil/DumpOutputStyle.cpp
tools/llvm-pdbutil/DumpOutputStyle.h
tools/llvm-readobj/COFFDumper.cpp