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

  /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,

Completed in 402 milliseconds