Searched refs:isBitcodeFile (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.3-release/contrib/llvm/include/llvm/LTO/
H A DLTOModule.h65 /// isBitcodeFile - Returns 'true' if the file or memory contents is LLVM
67 static bool isBitcodeFile(const void *mem, size_t length);
68 static bool isBitcodeFile(const char *path);
/freebsd-10.3-release/contrib/llvm/lib/LTO/
H A DLTOModule.cpp49 /// isBitcodeFile - Returns 'true' if the file (or memory contents) is LLVM
51 bool LTOModule::isBitcodeFile(const void *mem, size_t length) { function in class:LTOModule
56 bool LTOModule::isBitcodeFile(const char *path) { function in class:LTOModule

Completed in 56 milliseconds