Home
last modified time | relevance | path

Searched refs:isBitcode (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IRReader/
H A DIRReader.cpp36 if (isBitcode((const unsigned char *)Buffer->getBufferStart(), in getLazyIRModule()
75 if (isBitcode((const unsigned char *)Buffer.getBufferStart(), in parseIR()
/freebsd/contrib/llvm-project/llvm/lib/Object/
H A DIRObjectFile.cpp75 if (Sec.isBitcode()) { in findBitcodeInObject()
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h263 /// 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
/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h114 bool isBitcode() const;
566 inline bool SectionRef::isBitcode() const { in isBitcode() function
/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.h412 inline bool isBitcode(MemoryBufferRef mb) { in isBitcode() function
H A DSymbolTable.cpp815 if (isBitcode(mb)) in addLibcall()
818 if (isBitcode(o->file->mb)) in addLibcall()
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp215 if (!isBitcode(reinterpret_cast<const unsigned char *>( in loadArFile()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVBinaryReader.cpp165 dbgs() << "isBitcode: " << Section.isBitcode() << ", " in mapVirtualAddress()
/freebsd/contrib/llvm-project/lld/ELF/
H A DDriver.cpp248 static bool isBitcode(MemoryBufferRef mb) { in isBitcode() function
287 if (isBitcode(p.first)) in addFile()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp5410 !isBitcode((const unsigned char *)Buf.getBufferStart(), in embedBitcodeInModule()