Searched refs:isBitcode (Results 1 - 13 of 13) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IRReader/
H A DIRReader.cpp35 if (isBitcode((const unsigned char *)Buffer->getBufferStart(),
74 if (isBitcode((const unsigned char *)Buffer.getBufferStart(),
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Object/
H A DIRObjectFile.cpp76 if (Sec.isBitcode()) {
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h223 /// isBitcode - Return true if the given bytes are the magic bytes for
225 inline bool isBitcode(const unsigned char *BufPtr, function in namespace:llvm
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Object/
H A DObjectFile.h113 bool isBitcode() const;
489 inline bool SectionRef::isBitcode() const { function in class:llvm::object::SectionRef
/freebsd-13-stable/contrib/llvm-project/lld/ELF/
H A DInputFiles.h394 inline bool isBitcode(MemoryBufferRef mb) { function in namespace:lld::elf
H A DLTO.cpp261 if (f->fetched || !isBitcode(f->mb))
H A DInputFiles.cpp1645 if (isBitcode(mb))
1681 if (isBitcode(this->mb)) {
H A DDriver.cpp1562 if (isBitcode(mb))
/freebsd-13-stable/contrib/llvm-project/lld/COFF/
H A DInputFiles.h386 inline bool isBitcode(MemoryBufferRef mb) { function in namespace:lld::coff
H A DInputFiles.cpp146 if (isBitcode(mb))
155 if (isBitcode(this->mb)) {
H A DSymbolTable.cpp731 if (isBitcode(mb))
734 if (isBitcode(o->file->mb))
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-link/
H A Dllvm-link.cpp181 if (!isBitcode(reinterpret_cast<const unsigned char *>
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4781 if (!isBitcode((const unsigned char *)Buf.getBufferStart(),

Completed in 201 milliseconds