Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Support/
DIRReader.h38 if (isBitcode((const unsigned char *)Buffer->getBufferStart(), in getLazyIRModule()
78 if (isBitcode((const unsigned char *)Buffer->getBufferStart(), in ParseIR()
/external/llvm/lib/IRReader/
DIRReader.cpp35 if (isBitcode((const unsigned char *)Buffer->getBufferStart(), in getLazyIRModule()
70 if (isBitcode((const unsigned char *)Buffer.getBufferStart(), in parseIR()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IRReader/
DIRReader.cpp36 if (isBitcode((const unsigned char *)Buffer->getBufferStart(), in getLazyIRModule()
76 if (isBitcode((const unsigned char *)Buffer.getBufferStart(), in parseIR()
/external/swiftshader/third_party/LLVM/lib/Archive/
DArchiveReader.cpp347 if (I->isBitcode()) { in getAllModules()
535 if (mbr->isBitcode()) { in findModulesDefiningSymbols()
612 if (!I->isBitcode()) in isBitcodeArchive()
DArchiveWriter.cpp233 if (CreateSymbolTable && member.isBitcode()) { in writeMember()
/external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
DReaderWriter.h96 static bool inline isBitcode(const unsigned char *BufPtr, in isBitcode() function
DArchive.h135 bool isBitcode() const { return flags&BitcodeFlag; } in isBitcode() function
/external/llvm/include/llvm/Bitcode/
DReaderWriter.h144 inline bool isBitcode(const unsigned char *BufPtr, in isBitcode() function
/external/llvm/lib/Object/
DModuleSummaryIndexObjectFile.cpp39 if (Sec.isBitcode()) { in findBitcodeInObject()
DIRObjectFile.cpp280 if (Sec.isBitcode()) { in findBitcodeInObject()
/external/llvm/include/llvm/Object/
DObjectFile.h98 bool isBitcode() const;
407 inline bool SectionRef::isBitcode() const { in isBitcode() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DObjectFile.h111 bool isBitcode() const;
444 inline bool SectionRef::isBitcode() const { in isBitcode() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
DIRObjectFile.cpp78 if (Sec.isBitcode()) { in findBitcodeInObject()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
DBitcodeReader.h217 inline bool isBitcode(const unsigned char *BufPtr, in isBitcode() function
/external/swiftshader/third_party/LLVM/tools/llvm-ar/
Dllvm-ar.cpp365 I->isBSD4SymbolTable() || (!DontSkipBitcode && I->isBitcode())) in doPrint()
414 if (I->isBitcode()) in doDisplayTable()
/external/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeHeader.cpp183 if (isBitcode(BufPtr, BufEnd)) { in ReadPrefix()
/external/clang/lib/CodeGen/
DBackendUtil.cpp846 if (!isBitcode((const unsigned char *)Buf.getBufferStart(), in EmbedBitcode()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5826 if (!isBitcode(buf, buf + 16)) in initLazyStream()
6498 if (!isBitcode(buf, buf + 16)) in initLazyStream()