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

  /external/llvm/tools/lto/
LTOModule.h 177 /// isTargetMatch - Returns 'true' if the memory buffer is for the specified
179 static bool isTargetMatch(llvm::MemoryBuffer *memBuffer,
LTOModule.cpp 181 return isTargetMatch(buffer, triplePrefix);
189 return isTargetMatch(buffer.take(), triplePrefix);
192 /// isTargetMatch - Returns 'true' if the memory buffer is for the specified
194 bool LTOModule::isTargetMatch(MemoryBuffer *buffer, const char *triplePrefix) {

Completed in 1863 milliseconds