Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/IRReader/
HDIRReader.cpp35 if (isBitcode((const unsigned char *)Buffer->getBufferStart(), in getLazyIRModule()
75 if (isBitcode((const unsigned char *)Buffer.getBufferStart(), in parseIR()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Object/
HDIRObjectFile.cpp76 if (Sec.isBitcode()) { in findBitcodeInObject()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
HDBitcodeReader.h217 inline bool isBitcode(const unsigned char *BufPtr, in isBitcode() function
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Object/
HDObjectFile.h114 bool isBitcode() const;
482 inline bool SectionRef::isBitcode() const { in isBitcode() function
/freebsd-11-stable/contrib/llvm-project/lld/ELF/
HDLTO.cpp221 if (!isBitcode(f->mb)) in thinLTOCreateEmptyIndexFiles()
HDInputFiles.h381 inline bool isBitcode(MemoryBufferRef mb) { in isBitcode() function
HDInputFiles.cpp1514 if (isBitcode(mb)) in createObjectFile()
1551 if (isBitcode(this->mb)) { in parse()
HDDriver.cpp1438 if (isBitcode(mb)) in handleLibcall()
/freebsd-11-stable/contrib/llvm-project/lld/COFF/
HDInputFiles.h358 inline bool isBitcode(MemoryBufferRef mb) { in isBitcode() function
HDSymbolTable.cpp709 if (isBitcode(mb)) in addLibcall()
712 if (isBitcode(o->file->mb)) in addLibcall()
HDInputFiles.cpp145 if (isBitcode(mb)) in fetch()
154 if (isBitcode(this->mb)) { in parse()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
HDBitcodeWriter.cpp4739 if (!isBitcode((const unsigned char *)Buf.getBufferStart(), in EmbedBitcodeInModule()