Searched refs:isRawBitcode (Results 1 - 5 of 5) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DReaderWriter_2_9.h77 /// isRawBitcode - Return true if the given bytes are the magic bytes for
80 static inline bool isRawBitcode(const unsigned char *BufPtr, function in namespace:llvm_2_9
97 isRawBitcode(BufPtr, BufEnd);
/frameworks/compile/slang/BitWriter_2_9_func/
H A DReaderWriter_2_9_func.h77 /// isRawBitcode - Return true if the given bytes are the magic bytes for
80 static inline bool isRawBitcode(const unsigned char *BufPtr, function in namespace:llvm_2_9_func
97 isRawBitcode(BufPtr, BufEnd);
/frameworks/compile/slang/BitWriter_3_2/
H A DReaderWriter_3_2.h77 /// isRawBitcode - Return true if the given bytes are the magic bytes for
80 static inline bool isRawBitcode(const unsigned char *BufPtr, function in namespace:llvm_3_2
97 isRawBitcode(BufPtr, BufEnd);
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp3028 if (!isRawBitcode(BufPtr, BufEnd) && !isBitcodeWrapper(BufPtr, BufEnd))
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp3363 if (!isRawBitcode(BufPtr, BufEnd) && !isBitcodeWrapper(BufPtr, BufEnd))

Completed in 3734 milliseconds