Updated Deserializer class to provide more information about the current
authorTed Kremenek <kremenek@apple.com>
Fri, 9 Nov 2007 00:43:51 +0000 (00:43 +0000)
committerTed Kremenek <kremenek@apple.com>
Fri, 9 Nov 2007 00:43:51 +0000 (00:43 +0000)
commit48a396948fb7b5eb1af744c96430a642796cf303
tree4998167b5fd69536a417e721ab6404bc6bdcf5af
parentdbaf378350b490978a2ffc8157022ddbff2bd7ec
Updated Deserializer class to provide more information about the current
block that is being visited in the bitstream.  The client can also now
skip blocks before reading them, and query the current abbreviation number
as seen from the perspective of the Deserializer.  This allows the client
to be more interactive in the deserialization process (if they so choose).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43916 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Bitcode/Deserialize.h
lib/Bitcode/Reader/Deserialize.cpp