Searched defs:isBitcodeWrapper (Results 1 - 3 of 3) sorted by relevance

/frameworks/compile/slang/BitWriter_2_9/
H A DReaderWriter_2_9.h63 /// isBitcodeWrapper - Return true if the given bytes are the magic bytes
66 static inline bool isBitcodeWrapper(const unsigned char *BufPtr, function in namespace:llvm_2_9
96 return isBitcodeWrapper(BufPtr, BufEnd) ||
/frameworks/compile/slang/BitWriter_2_9_func/
H A DReaderWriter_2_9_func.h63 /// isBitcodeWrapper - Return true if the given bytes are the magic bytes
66 static inline bool isBitcodeWrapper(const unsigned char *BufPtr, function in namespace:llvm_2_9_func
96 return isBitcodeWrapper(BufPtr, BufEnd) ||
/frameworks/compile/slang/BitWriter_3_2/
H A DReaderWriter_3_2.h63 /// isBitcodeWrapper - Return true if the given bytes are the magic bytes
66 static inline bool isBitcodeWrapper(const unsigned char *BufPtr, function in namespace:llvm_3_2
96 return isBitcodeWrapper(BufPtr, BufEnd) ||

Completed in 86 milliseconds