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

  /external/llvm/include/llvm/Support/
IRReader.h 38 if (isBitcode((const unsigned char *)Buffer->getBufferStart(),
79 if (isBitcode((const unsigned char *)Buffer->getBufferStart(),
  /external/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; }
  /frameworks/compile/slang/BitWriter_2_9/
ReaderWriter_2_9.h 95 /// isBitcode - Return true if the given bytes are the magic bytes for
98 static bool inline isBitcode(const unsigned char *BufPtr,
  /external/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/llvm/tools/llvm-ar/
llvm-ar.cpp 365 I->isBSD4SymbolTable() || (!DontSkipBitcode && I->isBitcode()))
414 if (I->isBitcode())

Completed in 213 milliseconds