Searched refs:isBitcode (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/IRReader/
H A DIRReader.cpp31 if (isBitcode((const unsigned char *)Buffer->getBufferStart(),
64 if (isBitcode((const unsigned char *)Buffer->getBufferStart(),
/external/llvm/include/llvm/Bitcode/
H A DReaderWriter.h99 /// isBitcode - Return true if the given bytes are the magic bytes for
102 inline bool isBitcode(const unsigned char *BufPtr, function in namespace:llvm
/external/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp3144 if (!isBitcode(buf, buf + 16))

Completed in 138 milliseconds