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

  /external/llvm/include/llvm/Bitcode/
ReaderWriter.h 61 /// isBitcodeWrapper - Return true if the given bytes are the magic bytes
64 inline bool isBitcodeWrapper(const unsigned char *BufPtr,
94 return isBitcodeWrapper(BufPtr, BufEnd) ||
  /frameworks/compile/slang/BitWriter_2_9/
ReaderWriter_2_9.h 63 /// isBitcodeWrapper - Return true if the given bytes are the magic bytes
66 static inline bool isBitcodeWrapper(const unsigned char *BufPtr,
96 return isBitcodeWrapper(BufPtr, BufEnd) ||
  /frameworks/compile/slang/BitWriter_2_9_func/
ReaderWriter_2_9_func.h 63 /// isBitcodeWrapper - Return true if the given bytes are the magic bytes
66 static inline bool isBitcodeWrapper(const unsigned char *BufPtr,
96 return isBitcodeWrapper(BufPtr, BufEnd) ||
  /frameworks/compile/slang/BitWriter_3_2/
ReaderWriter_3_2.h 63 /// isBitcodeWrapper - Return true if the given bytes are the magic bytes
66 static inline bool isBitcodeWrapper(const unsigned char *BufPtr,
96 return isBitcodeWrapper(BufPtr, BufEnd) ||

Completed in 96 milliseconds