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

  /external/llvm/include/llvm/LTO/
LTOModule.h 65 static bool isBitcodeFile(const void *mem, size_t length);
66 static bool isBitcodeFile(const char *path);
  /external/llvm/tools/lto/
lto.cpp 86 return LTOModule::isBitcodeFile(path);
98 return LTOModule::isBitcodeFile(mem, length);
  /external/llvm/lib/LTO/
LTOModule.cpp 50 /// isBitcodeFile - Returns 'true' if the file (or memory contents) is LLVM
52 bool LTOModule::isBitcodeFile(const void *mem, size_t length) {
57 bool LTOModule::isBitcodeFile(const char *path) {
  /external/llvm/tools/gold/
gold-plugin.cpp 293 if (!LTOModule::isBitcodeFile(view, file->filesize))

Completed in 349 milliseconds