HomeSort by relevance Sort by last modified time
    Searched refs:isBitcode (Results 1 - 18 of 18) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
IRReader.h 38 if (isBitcode((const unsigned char *)Buffer->getBufferStart(),
78 if (isBitcode((const unsigned char *)Buffer->getBufferStart(),
  /external/swiftshader/third_party/LLVM/include/llvm/Bitcode/
ReaderWriter.h 93 /// isBitcode - Return true if the given bytes are the magic bytes for
96 static bool inline isBitcode(const unsigned char *BufPtr,
Archive.h 135 bool isBitcode() const { return flags&BitcodeFlag; }
  /external/llvm/lib/IRReader/
IRReader.cpp 35 if (isBitcode((const unsigned char *)Buffer->getBufferStart(),
70 if (isBitcode((const unsigned char *)Buffer.getBufferStart(),
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IRReader/
IRReader.cpp 36 if (isBitcode((const unsigned char *)Buffer->getBufferStart(),
76 if (isBitcode((const unsigned char *)Buffer.getBufferStart(),
  /external/llvm/include/llvm/Bitcode/
ReaderWriter.h 141 /// isBitcode - Return true if the given bytes are the magic bytes for
144 inline bool isBitcode(const unsigned char *BufPtr,
  /external/llvm/lib/Object/
ModuleSummaryIndexObjectFile.cpp 39 if (Sec.isBitcode()) {
IRObjectFile.cpp 280 if (Sec.isBitcode()) {
  /external/swiftshader/third_party/LLVM/lib/Archive/
ArchiveReader.cpp 347 if (I->isBitcode()) {
535 if (mbr->isBitcode()) {
612 if (!I->isBitcode())
ArchiveWriter.cpp 233 if (CreateSymbolTable && member.isBitcode()) {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Bitcode/
BitcodeReader.h 215 /// isBitcode - Return true if the given bytes are the magic bytes for
217 inline bool isBitcode(const unsigned char *BufPtr,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/
IRObjectFile.cpp 78 if (Sec.isBitcode()) {
  /external/llvm/include/llvm/Object/
ObjectFile.h 98 bool isBitcode() const;
407 inline bool SectionRef::isBitcode() const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
ObjectFile.h 111 bool isBitcode() const;
444 inline bool SectionRef::isBitcode() const {
  /external/swiftshader/third_party/LLVM/tools/llvm-ar/
llvm-ar.cpp 365 I->isBSD4SymbolTable() || (!DontSkipBitcode && I->isBitcode()))
414 if (I->isBitcode())
  /external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeHeader.cpp 183 if (isBitcode(BufPtr, BufEnd)) {
  /external/clang/lib/CodeGen/
BackendUtil.cpp 846 if (!isBitcode((const unsigned char *)Buf.getBufferStart(),
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 3499 milliseconds