Searched defs:isBitcodeWrapper (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/Bitcode/
H A DReaderWriter.h70 /// isBitcodeWrapper - Return true if the given bytes are the magic bytes
73 inline bool isBitcodeWrapper(const unsigned char *BufPtr, function in namespace:llvm
103 return isBitcodeWrapper(BufPtr, BufEnd) ||

Completed in 352 milliseconds