Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IRReader/
HDIRReader.cpp36 if (isBitcode((const unsigned char *)Buffer->getBufferStart(), in getLazyIRModule()
75 if (isBitcode((const unsigned char *)Buffer.getBufferStart(), in parseIR()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
HDIRObjectFile.cpp75 if (Sec.isBitcode()) { in findBitcodeInObject()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
HDBitcodeReader.h265 inline bool isBitcode(const unsigned char *BufPtr, in isBitcode() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDObjectFile.h114 bool isBitcode() const;
566 inline bool SectionRef::isBitcode() const { in isBitcode() function
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
HDInputFiles.h412 inline bool isBitcode(MemoryBufferRef mb) { in isBitcode() function
HDSymbolTable.cpp815 if (isBitcode(mb)) in addLibcall()
818 if (isBitcode(o->file->mb)) in addLibcall()
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-link/
HDllvm-link.cpp215 if (!isBitcode(reinterpret_cast<const unsigned char *>( in loadArFile()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
HDLVBinaryReader.cpp165 dbgs() << "isBitcode: " << Section.isBitcode() << ", " in mapVirtualAddress()
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
HDDriver.cpp248 static bool isBitcode(MemoryBufferRef mb) { in isBitcode() function
287 if (isBitcode(p.first)) in addFile()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp5410 !isBitcode((const unsigned char *)Buf.getBufferStart(), in embedBitcodeInModule()