Home | History | Annotate | Download | only in bcinfo

Lines Matching refs:bitcode

25 #include "llvm/Bitcode/BitstreamWriter.h"
26 #include "llvm/Bitcode/ReaderWriter.h"
50 * compatible with LLVM's default bitcode reader).
55 BitcodeTranslator::BitcodeTranslator(const char *bitcode, size_t bitcodeSize,
57 : mBitcode(bitcode), mBitcodeSize(bitcodeSize), mTranslatedBitcode(NULL),
66 // the bitcode would be improper.
76 LOGE("Invalid/empty bitcode");
96 // Do the actual transcoding by invoking a 2.7-era bitcode reader that can
97 // then write the bitcode back out in a more modern (acceptable) version.
108 LOGE("Could not parse bitcode file");