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 0f4740991b Bitcode: Add SimpleBitstreamCursor::getPointerToByte, etc.
Add API to SimpleBitstreamCursor to allow users to translate between
byte addresses and pointers.

  - jumpToPointer: move the bit position to a particular pointer.
  - getPointerToByte: get the pointer for a particular byte.
  - getPointerToBit: get the pointer for the byte of the current bit.
  - getCurrentByteNo: convenience function for assertions and tests.

Mainly adds unit tests (getPointerToBit/Byte already has a use), but
also preparation for eventually using jumpToPointer.

llvm-svn: 264546
2016-03-27 22:45:25 +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::getPointerToByte, etc. 2016-03-27 22:45:25 +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