Indexes into the list of filter ids cannot be output
authorDuncan Sands <baldrick@free.fr>
Fri, 6 Jul 2007 12:46:24 +0000 (12:46 +0000)
committerDuncan Sands <baldrick@free.fr>
Fri, 6 Jul 2007 12:46:24 +0000 (12:46 +0000)
commitfccf0a2b25da833b115648e1dc10119444a924d5
tree8bcbd66844525bb620947607e96ce994c9fe04ca
parentd14526cf33f9f4916719db4325867b1bcde4b3e4
Indexes into the list of filter ids cannot be output
directly: they need to be turned into byte offsets
(often the same, but may not be if there are many
type infos).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@37942 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/DwarfWriter.cpp