Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DIRObjectFile.cpp76 if (Sec.isBitcode()) { in findBitcodeInObject()
/openbsd-src/gnu/llvm/llvm/include/llvm/Object/
H A DObjectFile.h113 bool isBitcode() const;
509 inline bool SectionRef::isBitcode() const { in isBitcode() function
/openbsd-src/gnu/llvm/lld/wasm/
H A DInputFiles.h199 inline bool isBitcode(MemoryBufferRef mb) { in isBitcode() function
H A DDriver.cpp666 if (isBitcode(mb)) { in handleLibcall()
/openbsd-src/gnu/llvm/llvm/include/llvm/Bitcode/
H A DBitcodeReader.h266 inline bool isBitcode(const unsigned char *BufPtr, in isBitcode() function
/openbsd-src/gnu/llvm/lld/COFF/
H A DInputFiles.h406 inline bool isBitcode(MemoryBufferRef mb) { in isBitcode() function
H A DSymbolTable.cpp771 if (isBitcode(mb)) in addLibcall()
774 if (isBitcode(o->file->mb)) in addLibcall()
/openbsd-src/gnu/llvm/llvm/tools/llvm-link/
H A Dllvm-link.cpp203 if (!isBitcode(reinterpret_cast<const unsigned char *>( in loadArFile()
/openbsd-src/gnu/llvm/lld/ELF/
H A DDriver.cpp223 static bool isBitcode(MemoryBufferRef mb) { in isBitcode() function
249 if (isBitcode(p.first)) in addFile()
1918 if (isBitcode(mb)) in handleLibcall()
/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/
H A DReducerWorkItem.cpp806 if (!isBitcode((const unsigned char *)(*MB)->getBufferStart(), in parseReducerWorkItem()
/openbsd-src/gnu/llvm/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp5173 !isBitcode((const unsigned char *)Buf.getBufferStart(), in embedBitcodeInModule()