1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/include/llvm/Bitcode
Ted Kremenek 28a75d4674 Modified Deserializer::ReadCStr to allow C-strings to be read into a
std::vector<char> starting from any index in the vector.

llvm-svn: 45129
2007-12-17 22:25:12 +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 Fixed potential bug where CurWord is not zeroed out in JumpToBit. 2007-11-30 22:39:46 +00:00
BitstreamWriter.h Add explicit keywords. 2007-10-08 15:08:41 +00:00
Deserialize.h Modified Deserializer::ReadCStr to allow C-strings to be read into a 2007-12-17 22:25:12 +00:00
LLVMBitCodes.h Implement part of review feedback for address spaces. 2007-12-12 08:44:39 +00:00
ReaderWriter.h add a new CreateBitcodeWriterPass method, which creates a bitcode writer as 2007-05-06 02:30:12 +00:00
Serialization.h Renamed serialization method "Materialize" to "Create". This is an API change. 2007-11-13 00:25:08 +00:00
SerializationFwd.h Added typedef "SerializedPtrID" to represent the pointer handle written to disk 2007-11-08 19:50:46 +00:00
Serialize.h Added "Emitter" functor to allow easy emitting of elements of a container 2007-12-05 00:13:07 +00:00