Define the content-independent interfaces to read/write bitcode files and
authorChris Lattner <sabre@nondot.org>
Sun, 22 Apr 2007 06:22:05 +0000 (06:22 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 22 Apr 2007 06:22:05 +0000 (06:22 +0000)
commitb35ca9db9ce25e6b61aa3eaee41464f647d34899
treef7fa51149c7ee469f4be9c0e3dbcc378525fd1a8
parent749456dee45fe65ebb57a60e7e2099097a2bff23
Define the content-independent interfaces to read/write bitcode files and
the high-level interface to read/write LLVM IR bitcode files.

This is a work in progress.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36329 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Bitcode/BitCodes.h [new file with mode: 0644]
include/llvm/Bitcode/BitstreamReader.h [new file with mode: 0644]
include/llvm/Bitcode/BitstreamWriter.h [new file with mode: 0644]
include/llvm/Bitcode/ReaderWriter.h [new file with mode: 0644]