isBitcodeFile overloads
Declared in <llvm/LTO/legacy/LTOModule.h>
Returns 'true' if the file at path contains LLVM bitcode.
static
bool
isBitcodeFile(StringRef path);
» more...
Returns 'true' if the file or memory contents is LLVM bitcode.
static
bool
isBitcodeFile(
void const* mem,
size_t length);
» more...
| Name | Description |
|---|---|
| path | Path of the file to inspect. |
| mem | Pointer to the memory contents to inspect. |
| length | Number of bytes at mem. |