Searched refs:isTargetMatch (Results 1 - 2 of 2) sorted by relevance

/external/llvm/tools/lto/
H A DLTOModule.h176 /// isTargetMatch - Returns 'true' if the memory buffer is for the specified
178 static bool isTargetMatch(llvm::MemoryBuffer *memBuffer,
H A DLTOModule.cpp170 return isTargetMatch(buffer, triplePrefix);
178 return isTargetMatch(buffer.take(), triplePrefix);
181 /// isTargetMatch - Returns 'true' if the memory buffer is for the specified
183 bool LTOModule::isTargetMatch(MemoryBuffer *buffer, const char *triplePrefix) { function in class:LTOModule

Completed in 81 milliseconds