Searched refs:isBitcodeWrapper (Results 1 – 3 of 3) sorted by relevance
68 static inline bool isBitcodeWrapper(const unsigned char *BufPtr, in isBitcodeWrapper() function98 return isBitcodeWrapper(BufPtr, BufEnd) || in isBitcode()
493 if (isBitcodeWrapper(BufPtr, EndBufPtr)) in AnalyzeBitcode()
1795 if (!isRawBitcode(BufPtr, BufEnd) && !isBitcodeWrapper(BufPtr, BufEnd)) in ParseBitcodeInto()1803 if (isBitcodeWrapper(BufPtr, BufEnd)) in ParseBitcodeInto()1927 if (isBitcodeWrapper(BufPtr, BufEnd)) in ParseTriple()