ΒΆinline bool isRawBitcode(
const unsigned char* BufPtr,
const unsigned char* BufEnd)
inline bool isRawBitcode(
const unsigned char* BufPtr,
const unsigned char* BufEnd)
Description
isRawBitcode - Return true if the given bytes are the magic bytes for raw LLVM IR bitcode (without a wrapper).
Declared at: llvm/include/llvm/Bitcode/BitcodeReader.h:204
Parameters
- const unsigned char* BufPtr
- const unsigned char* BufEnd