ΒΆinline bool isBitcodeWrapper(
    const unsigned char* BufPtr,
    const unsigned char* BufEnd)

Description

isBitcodeWrapper - Return true if the given bytes are the magic bytes for an LLVM IR bitcode wrapper.

Declared at: llvm/include/llvm/Bitcode/BitcodeReader.h:191

Parameters

const unsigned char* BufPtr
const unsigned char* BufEnd