Searched defs:isRawBitcode (Results 1 - 3 of 3) 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);

Completed in 24 milliseconds