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

  /external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
ReaderWriter.h 79 /// isRawBitcode - Return true if the given bytes are the magic bytes for
82 static inline bool isRawBitcode(const unsigned char *BufPtr,
99 isRawBitcode(BufPtr, BufEnd);
  /external/llvm/include/llvm/Bitcode/
ReaderWriter.h 127 /// isRawBitcode - Return true if the given bytes are the magic bytes for
130 inline bool isRawBitcode(const unsigned char *BufPtr,
147 isRawBitcode(BufPtr, BufEnd);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
BitcodeReader.h 202 /// isRawBitcode - Return true if the given bytes are the magic bytes for
204 inline bool isRawBitcode(const unsigned char *BufPtr,
220 isRawBitcode(BufPtr, BufEnd);
  /external/swiftshader/third_party/LLVM/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 1935 milliseconds