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

  /external/swiftshader/third_party/LLVM/tools/lto/
LTOModule.h 46 static bool isBitcodeFileForTarget(const void* mem,
49 static bool isBitcodeFileForTarget(const char* path,
lto.cpp 61 return LTOModule::isBitcodeFileForTarget(path, target_triplet_prefix);
80 return LTOModule::isBitcodeFileForTarget(mem, length, target_triplet_prefix);
LTOModule.cpp 58 bool LTOModule::isBitcodeFileForTarget(const void *mem, size_t length,
67 bool LTOModule::isBitcodeFileForTarget(const char *path,

Completed in 2079 milliseconds