HomeSort by relevance Sort by last modified time
    Searched defs:isBitcodeWrapper (Results 1 - 19 of 19) 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) ||
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitcodeReader.h 140 /// isBitcodeWrapper - Return true if the given bytes are the magic bytes
143 inline bool isBitcodeWrapper(const unsigned char *BufPtr,
173 return isBitcodeWrapper(BufPtr, BufEnd) ||
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitcodeReader.h 140 /// isBitcodeWrapper - Return true if the given bytes are the magic bytes
143 inline bool isBitcodeWrapper(const unsigned char *BufPtr,
173 return isBitcodeWrapper(BufPtr, BufEnd) ||
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Bitcode/
BitcodeReader.h 178 /// isBitcodeWrapper - Return true if the given bytes are the magic bytes
181 inline bool isBitcodeWrapper(const unsigned char *BufPtr,
211 return isBitcodeWrapper(BufPtr, BufEnd) ||
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Bitcode/
BitcodeReader.h 178 /// isBitcodeWrapper - Return true if the given bytes are the magic bytes
181 inline bool isBitcodeWrapper(const unsigned char *BufPtr,
211 return isBitcodeWrapper(BufPtr, BufEnd) ||
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Bitcode/
BitcodeReader.h 189 /// isBitcodeWrapper - Return true if the given bytes are the magic bytes
191 inline bool isBitcodeWrapper(const unsigned char *BufPtr,
219 return isBitcodeWrapper(BufPtr, BufEnd) ||
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Bitcode/
BitcodeReader.h 189 /// isBitcodeWrapper - Return true if the given bytes are the magic bytes
191 inline bool isBitcodeWrapper(const unsigned char *BufPtr,
219 return isBitcodeWrapper(BufPtr, BufEnd) ||
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Bitcode/
BitcodeReader.h 189 /// isBitcodeWrapper - Return true if the given bytes are the magic bytes
191 inline bool isBitcodeWrapper(const unsigned char *BufPtr,
219 return isBitcodeWrapper(BufPtr, BufEnd) ||
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Bitcode/
BitcodeReader.h 189 /// isBitcodeWrapper - Return true if the given bytes are the magic bytes
191 inline bool isBitcodeWrapper(const unsigned char *BufPtr,
219 return isBitcodeWrapper(BufPtr, BufEnd) ||
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Bitcode/
BitcodeReader.h 178 /// isBitcodeWrapper - Return true if the given bytes are the magic bytes
181 inline bool isBitcodeWrapper(const unsigned char *BufPtr,
211 return isBitcodeWrapper(BufPtr, BufEnd) ||
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Bitcode/
BitcodeReader.h 178 /// isBitcodeWrapper - Return true if the given bytes are the magic bytes
181 inline bool isBitcodeWrapper(const unsigned char *BufPtr,
211 return isBitcodeWrapper(BufPtr, BufEnd) ||
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Bitcode/
BitcodeReader.h 189 /// isBitcodeWrapper - Return true if the given bytes are the magic bytes
191 inline bool isBitcodeWrapper(const unsigned char *BufPtr,
219 return isBitcodeWrapper(BufPtr, BufEnd) ||
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Bitcode/
BitcodeReader.h 189 /// isBitcodeWrapper - Return true if the given bytes are the magic bytes
191 inline bool isBitcodeWrapper(const unsigned char *BufPtr,
219 return isBitcodeWrapper(BufPtr, BufEnd) ||
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Bitcode/
BitcodeReader.h 189 /// isBitcodeWrapper - Return true if the given bytes are the magic bytes
191 inline bool isBitcodeWrapper(const unsigned char *BufPtr,
219 return isBitcodeWrapper(BufPtr, BufEnd) ||
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Bitcode/
BitcodeReader.h 189 /// isBitcodeWrapper - Return true if the given bytes are the magic bytes
191 inline bool isBitcodeWrapper(const unsigned char *BufPtr,
219 return isBitcodeWrapper(BufPtr, BufEnd) ||

Completed in 875 milliseconds