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

/frameworks/compile/slang/BitWriter_2_9/
H A DReaderWriter_2_9.h91 /// isBitcode - Return true if the given bytes are the magic bytes for
94 static bool inline isBitcode(const unsigned char *BufPtr, function in namespace:llvm_2_9
/frameworks/compile/slang/BitWriter_2_9_func/
H A DReaderWriter_2_9_func.h91 /// isBitcode - Return true if the given bytes are the magic bytes for
94 static bool inline isBitcode(const unsigned char *BufPtr, function in namespace:llvm_2_9_func
/frameworks/compile/slang/BitWriter_3_2/
H A DReaderWriter_3_2.h91 /// isBitcode - Return true if the given bytes are the magic bytes for
94 static bool inline isBitcode(const unsigned char *BufPtr, function in namespace:llvm_3_2
/frameworks/compile/libbcc/bcinfo/BitReader_2_7/
H A DBitcodeReader.cpp3057 if (!isBitcode(buf, buf + 16))
/frameworks/compile/libbcc/bcinfo/BitReader_3_0/
H A DBitcodeReader.cpp3392 if (!isBitcode(buf, buf + 16))

Completed in 453 milliseconds