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

  /external/llvm/include/llvm/Bitcode/
ReaderWriter.h 65 /// isBitcodeWrapper - Return true if the given bytes are the magic bytes
68 static inline bool isBitcodeWrapper(const unsigned char *BufPtr,
98 return isBitcodeWrapper(BufPtr, BufEnd) ||
  /frameworks/compile/slang/BitWriter_2_9/
ReaderWriter_2_9.h 67 /// isBitcodeWrapper - Return true if the given bytes are the magic bytes
70 static inline bool isBitcodeWrapper(const unsigned char *BufPtr,
100 return isBitcodeWrapper(BufPtr, BufEnd) ||

Completed in 128 milliseconds