Searched refs:isBitcodeWrapper (Results 1 – 3 of 3) sorted by relevance
66 inline bool isBitcodeWrapper(const unsigned char *BufPtr, in isBitcodeWrapper() function96 return isBitcodeWrapper(BufPtr, BufEnd) || in isBitcode()
505 if (isBitcodeWrapper(BufPtr, EndBufPtr)) in openBitcodeFile()
3619 if (isBitcodeWrapper(BufPtr, BufEnd)) in InitStreamFromBuffer()3644 if (isBitcodeWrapper(buf, buf + 4)) { in InitLazyStream()