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

  /external/llvm/tools/lto/
LTOModule.h 70 /// isBitcodeFileForTarget - Returns 'true' if the file or memory contents
72 static bool isBitcodeFileForTarget(const void *mem,
75 static bool isBitcodeFileForTarget(const char *path,
lto.cpp 45 return LTOModule::isBitcodeFileForTarget(path, target_triplet_prefix);
60 return LTOModule::isBitcodeFileForTarget(mem, length, target_triplet_prefix);
LTOModule.cpp 174 /// isBitcodeFileForTarget - Returns 'true' if the file (or memory contents) is
176 bool LTOModule::isBitcodeFileForTarget(const void *mem, size_t length,
184 bool LTOModule::isBitcodeFileForTarget(const char *path,

Completed in 78 milliseconds