isRawBitcode - Return true if the given bytes are the magic bytes for raw LLVM IR bitcode (without a wrapper).
Declared in <llvm/Bitcode/BitcodeReader.h>
bool
isRawBitcode(
unsigned char const* BufPtr,
unsigned char const* BufEnd);
True if the buffer starts with the raw bitcode magic bytes.
| Name | Description |
|---|---|
| BufPtr | Pointer to the start of the buffer. |
| BufEnd | Pointer one past the end of the buffer. |