llvm-6502/lib/Bitcode/Reader
Chris Lattner 962dde3cef Make a major API change to BitstreamReader: split all the reading
state out of the BitstreamReader class into a BitstreamCursor class.
Doing this allows the client to have multiple cursors into the same
file, each with potentially different live block stacks and
abbreviation records.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70157 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-26 20:59:02 +00:00
..
BitcodeReader.cpp Make a major API change to BitstreamReader: split all the reading 2009-04-26 20:59:02 +00:00
BitcodeReader.h Make a major API change to BitstreamReader: split all the reading 2009-04-26 20:59:02 +00:00
BitReader.cpp
CMakeLists.txt
Deserialize.cpp Make a major API change to BitstreamReader: split all the reading 2009-04-26 20:59:02 +00:00
DeserializeAPFloat.cpp
DeserializeAPInt.cpp
Makefile