llvm-6502/include/llvm/Bitcode
Ted Kremenek 6d0372d0b3 Revised implementation of BatchReadOwnedPtrs() that deserializes an
array of pointers to not allocate a second array to contain the pointer ids.

Fixed bug in the same member function where deserialized pointers were
not being registered with the backpatcher.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@43855 91177308-0d34-0410-b5e6-96231b3b80d8
2007-11-08 00:04:50 +00:00
..
Archive.h Add explicit keywords. 2007-10-08 15:08:41 +00:00
BitCodes.h Add explicit keywords. 2007-10-08 15:08:41 +00:00
BitstreamReader.h Silenced a VC++ warning. 2007-10-24 00:06:31 +00:00
BitstreamWriter.h Add explicit keywords. 2007-10-08 15:08:41 +00:00
Deserialize.h Revised implementation of BatchReadOwnedPtrs() that deserializes an 2007-11-08 00:04:50 +00:00
LLVMBitCodes.h
ReaderWriter.h
Serialization.h Implemented serialization of signed integers. 2007-11-07 18:24:34 +00:00
SerializationFwd.h Created header file to include minimal forward references needed for 2007-10-25 18:19:29 +00:00
Serialize.h Fixed bug where we did not properly serialize owned objects due to a missing 2007-11-07 23:32:06 +00:00