]> granicus.if.org Git - llvm/commit
[CodeView] Dump BuildInfoSym and ProcSym type indices
authorReid Kleckner <rnk@google.com>
Sat, 15 Jul 2017 18:10:39 +0000 (18:10 +0000)
committerReid Kleckner <rnk@google.com>
Sat, 15 Jul 2017 18:10:39 +0000 (18:10 +0000)
commit4a5ccd44d59a89cf47e9d2e09d477d9311312d81
tree9d13de1404b469ce975f7a5847ff93f2c2873f5e
parent0b189e17f88f171e867a45dde48efbc7f9cb22aa
[CodeView] Dump BuildInfoSym and ProcSym type indices

I need to print the type index in hex so that I can match it in
FileCheck for a test I'm writing.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@308107 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/DebugInfo/CodeView/SymbolRecord.h
lib/DebugInfo/CodeView/SymbolDumper.cpp
test/DebugInfo/PDB/pdbdump-headers.test
tools/llvm-pdbutil/MinimalSymbolDumper.cpp