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/Object/
H A DObjectFile.h115 bool isBitcode() const;
567 inline bool SectionRef::isBitcode() const { in isBitcode() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h270 inline bool isBitcode(const unsigned char *BufPtr, in isBitcode() function
/freebsd/contrib/llvm-project/lld/COFF/
H A DInputFiles.h438 inline bool isBitcode(MemoryBufferRef mb) { in isBitcode() function
H A DSymbolTable.cpp958 if (isBitcode(mb)) in addLibcall()
961 if (isBitcode(o->file->mb)) in addLibcall()
/freebsd/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp203 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.cpp227 static bool isBitcode(MemoryBufferRef mb) { in isBitcode() function
266 if (isBitcode(p.first)) in addFile()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp5872 !isBitcode((const unsigned char *)Buf.getBufferStart(), in embedBitcodeInModule()