1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-25 20:23:11 +01:00
llvm-mirror/lib/Bitcode/Reader
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
..
BitcodeReader.cpp Revert "Bitcode: Collect all MDString records into a single blob" 2016-03-25 15:22:27 +00:00
BitReader.cpp Deprecate a few C APIs. 2015-12-18 23:46:42 +00:00
BitstreamReader.cpp Bitcode: Add SimpleBitstreamCursor::getPointerToByte, etc. 2016-03-27 22:45:25 +00:00
CMakeLists.txt
LLVMBuild.txt