Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IRReader/
H A DIRReader.cpp35 if (isBitcode((const unsigned char *)Buffer->getBufferStart(), in getLazyIRModule()
74 if (isBitcode((const unsigned char *)Buffer.getBufferStart(), in parseIR()
/llvm-project-15.0.7/llvm/lib/Object/
H A DIRObjectFile.cpp76 if (Sec.isBitcode()) { in findBitcodeInObject()
/llvm-project-15.0.7/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h226 inline bool isBitcode(const unsigned char *BufPtr, in isBitcode() function
/llvm-project-15.0.7/lld/wasm/
H A DInputFiles.h185 inline bool isBitcode(MemoryBufferRef mb) { in isBitcode() function
H A DDriver.cpp568 if (isBitcode(mb)) in handleLibcall()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DObjectFile.h113 bool isBitcode() const;
504 inline bool SectionRef::isBitcode() const { in isBitcode() function
/llvm-project-15.0.7/lld/COFF/
H A DInputFiles.h407 inline bool isBitcode(MemoryBufferRef mb) { in isBitcode() function
H A DSymbolTable.cpp796 if (isBitcode(mb)) in addLibcall()
799 if (isBitcode(o->file->mb)) in addLibcall()
/llvm-project-15.0.7/llvm/tools/llvm-link/
H A Dllvm-link.cpp203 if (!isBitcode(reinterpret_cast<const unsigned char *>( in loadArFile()
/llvm-project-15.0.7/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp448 if (!isBitcode((const unsigned char *)(*MB)->getBufferStart(), in parseReducerWorkItem()
/llvm-project-15.0.7/lld/ELF/
H A DDriver.cpp200 static bool isBitcode(MemoryBufferRef mb) { in isBitcode() function
225 if (isBitcode(p.first)) in addFile()
1830 if (isBitcode(mb)) in handleLibcall()
/llvm-project-15.0.7/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp4982 !isBitcode((const unsigned char *)Buf.getBufferStart(), in embedBitcodeInModule()