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

Description

isBitcode - Return true if the given bytes are the magic bytes for LLVM IR bitcode, either with or without a wrapper.

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

Parameters

const unsigned char* BufPtr
const unsigned char* BufEnd