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

  /external/llvm/include/llvm/Bitcode/
ReaderWriter.h 85 /// isRawBitcode - Return true if the given bytes are the magic bytes for
88 inline bool isRawBitcode(const unsigned char *BufPtr,
105 isRawBitcode(BufPtr, BufEnd);
  /frameworks/compile/slang/BitWriter_2_9/
ReaderWriter_2_9.h 77 /// isRawBitcode - Return true if the given bytes are the magic bytes for
80 static inline bool isRawBitcode(const unsigned char *BufPtr,
97 isRawBitcode(BufPtr, BufEnd);
  /frameworks/compile/slang/BitWriter_2_9_func/
ReaderWriter_2_9_func.h 77 /// isRawBitcode - Return true if the given bytes are the magic bytes for
80 static inline bool isRawBitcode(const unsigned char *BufPtr,
97 isRawBitcode(BufPtr, BufEnd);
  /frameworks/compile/slang/BitWriter_3_2/
ReaderWriter_3_2.h 77 /// isRawBitcode - Return true if the given bytes are the magic bytes for
80 static inline bool isRawBitcode(const unsigned char *BufPtr,
97 isRawBitcode(BufPtr, BufEnd);

Completed in 70 milliseconds