Searched refs:isBitcode (Results 1 – 10 of 10) sorted by relevance
36 if (isBitcode((const unsigned char *)Buffer->getBufferStart(), in getLazyIRModule()75 if (isBitcode((const unsigned char *)Buffer.getBufferStart(), in parseIR()
75 if (Sec.isBitcode()) { in findBitcodeInObject()
263 /// isBitcode - Return true if the given bytes are the magic bytes for in isRawBitcode() 265 inline bool isBitcode(const unsigned char *BufPtr,267 inline bool isBitcode(const unsigned char *BufPtr, isBitcode() function
114 bool isBitcode() const;566 inline bool SectionRef::isBitcode() const { in isBitcode() function
412 inline bool isBitcode(MemoryBufferRef mb) { in isBitcode() function
815 if (isBitcode(mb)) in addLibcall()818 if (isBitcode(o->file->mb)) in addLibcall()
215 if (!isBitcode(reinterpret_cast<const unsigned char *>( in loadArFile()
165 dbgs() << "isBitcode: " << Section.isBitcode() << ", " in mapVirtualAddress()
248 static bool isBitcode(MemoryBufferRef mb) { in isBitcode() function287 if (isBitcode(p.first)) in addFile()
5410 !isBitcode((const unsigned char *)Buf.getBufferStart(), in embedBitcodeInModule()