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
Duncan P. N. Exon Smith 9f6583a3aa Bitcode: Add SimpleBitstreamCursor::setArtificialByteLimit
Allow users of SimpleBitstreamCursor to limit the number of bytes
available to the cursor.  This is preparation for instantiating a cursor
that isn't allowed to load more bytes from a StreamingMemoryObject (just
move around the ones already-loaded).

llvm-svn: 264547
2016-03-27 22:49:32 +00:00
..
BitCodes.h Bitcode reader: replace DecodeChar6() with a lookup table (NFC) 2016-02-10 22:47:48 +00:00
BitcodeWriterPass.h [ThinLTO] Renaming of function index to module summary index (NFC) 2016-03-15 00:04:37 +00:00
BitstreamReader.h Bitcode: Add SimpleBitstreamCursor::setArtificialByteLimit 2016-03-27 22:49:32 +00:00
BitstreamWriter.h Clang format a few prior patches (NFC) 2015-11-02 18:02:11 +00:00
LLVMBitCodes.h Revert "Bitcode: Collect all MDString records into a single blob" 2016-03-25 15:22:27 +00:00
ReaderWriter.h [ThinLTO] Renaming of function index to module summary index (NFC) 2016-03-15 00:04:37 +00:00