HomeSort by: relevance | last modified time | path
    Searched refs:isBitcodeWrapper (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Bitcode/
BitcodeReader.h 197 /// isBitcodeWrapper - Return true if the given bytes are the magic bytes
199 inline bool isBitcodeWrapper(const unsigned char *BufPtr,
227 return isBitcodeWrapper(BufPtr, BufEnd) ||
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
BitcodeAnalyzer.cpp 477 if (isBitcodeWrapper(BufPtr, EndBufPtr)) {
BitcodeReader.cpp 138 if (isBitcodeWrapper(BufPtr, BufEnd))

Completed in 18 milliseconds