Lines Matching refs:Bitcode
21 #include <llvm/Bitcode/ReaderWriter.h>
1924 * bitcode conversion is complete, we examine those placeholder definitions
1953 LOG(INFO) << "Bitcode verification FAILED for "
1961 // Write bitcode to file
1966 fname = StringPrintf("/sdcard/Bitcode/%s.bc", fname.c_str());
1969 LOG(INFO) << "Warning: bitcode filename too long. Truncated.";
1978 LOG(ERROR) << "Failed to create bitcode output file: " << errmsg;