Searched refs:isRawBitcode (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Bitcode/
H A DReaderWriter.h85 /// isRawBitcode - Return true if the given bytes are the magic bytes for
88 inline bool isRawBitcode(const unsigned char *BufPtr, function in namespace:llvm
105 isRawBitcode(BufPtr, BufEnd);
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp2871 if (!isRawBitcode(BufPtr, BufEnd) && !isBitcodeWrapper(BufPtr, BufEnd))

Completed in 76 milliseconds