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

  /external/swiftshader/third_party/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 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) ||
  /external/llvm/include/llvm/Bitcode/
ReaderWriter.h 113 /// isBitcodeWrapper - Return true if the given bytes are the magic bytes
116 inline bool isBitcodeWrapper(const unsigned char *BufPtr,
146 return isBitcodeWrapper(BufPtr, BufEnd) ||

Completed in 1438 milliseconds