Port the dumper in llvm-readobj over to it.
I'm planning to use this visitor to power type stream merging.
While we're at it, try to switch from StringRef to ArrayRef<uint8_t> in some
places.
Paths
| Differential D19899
[codeview] Add a type visitor to help abstract away type stream handling ClosedPublic Authored by rnk on May 3 2016, 7:46 PM.
Details Summary Port the dumper in llvm-readobj over to it. I'm planning to use this visitor to power type stream merging. While we're at it, try to switch from StringRef to ArrayRef<uint8_t> in some
Diff Detail
Event Timeline
Comment Actions Thanks! New patch coming
This revision is now accepted and ready to land.May 4 2016, 11:54 AM Closed by commit rL268535: [codeview] Add a type visitor to help abstract away type stream handling (authored by rnk). · Explain WhyMay 4 2016, 12:45 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 56188 llvm/trunk/include/llvm/DebugInfo/CodeView/CVLeafTypes.def
llvm/trunk/include/llvm/DebugInfo/CodeView/CVTypeVisitor.h
llvm/trunk/include/llvm/DebugInfo/CodeView/TypeRecords.def
llvm/trunk/include/llvm/DebugInfo/CodeView/TypeStream.h
llvm/trunk/include/llvm/Support/ScopedPrinter.h
llvm/trunk/lib/DebugInfo/PDB/Raw/TpiStream.cpp
llvm/trunk/tools/llvm-readobj/COFFDumper.cpp
|