HomeSort by relevance Sort by last modified time
    Searched refs:isBitcodeFile (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/LTO/
LTOModule.h 69 static bool isBitcodeFile(const void *mem, size_t length);
70 static bool isBitcodeFile(const char *path);
  /external/llvm/tools/lto/
lto.cpp 168 return LTOModule::isBitcodeFile(path);
180 return LTOModule::isBitcodeFile(mem, length);
  /external/llvm/lib/LTO/
LTOModule.cpp 64 /// isBitcodeFile - Returns 'true' if the file (or memory contents) is LLVM
66 bool LTOModule::isBitcodeFile(const void *Mem, size_t Length) {
72 bool LTOModule::isBitcodeFile(const char *Path) {

Completed in 51 milliseconds