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

1 2

  /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,
  /external/llvm/lib/IRReader/
IRReader.cpp 35 if (isBitcode((const unsigned char *)Buffer->getBufferStart(),
70 if (isBitcode((const unsigned char *)Buffer.getBufferStart(),
  /frameworks/compile/slang/BitWriter_2_9/
ReaderWriter_2_9.h 91 /// isBitcode - Return true if the given bytes are the magic bytes for
94 static bool inline isBitcode(const unsigned char *BufPtr,
  /frameworks/compile/slang/BitWriter_2_9_func/
ReaderWriter_2_9_func.h 91 /// isBitcode - Return true if the given bytes are the magic bytes for
94 static bool inline isBitcode(const unsigned char *BufPtr,
  /frameworks/compile/slang/BitWriter_3_2/
ReaderWriter_3_2.h 91 /// isBitcode - Return true if the given bytes are the magic bytes for
94 static bool inline isBitcode(const unsigned char *BufPtr,
  /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()) {
  /external/swiftshader/third_party/LLVM/lib/Archive/
ArchiveReader.cpp 347 if (I->isBitcode()) {
535 if (mbr->isBitcode()) {
612 if (!I->isBitcode())
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitcodeReader.h 168 /// isBitcode - Return true if the given bytes are the magic bytes for
171 inline bool isBitcode(const unsigned char *BufPtr,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Bitcode/
BitcodeReader.h 206 /// isBitcode - Return true if the given bytes are the magic bytes for
209 inline bool isBitcode(const unsigned char *BufPtr,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Bitcode/
BitcodeReader.h 206 /// isBitcode - Return true if the given bytes are the magic bytes for
209 inline bool isBitcode(const unsigned char *BufPtr,
  /prebuilts/clang/host/darwin-x86/clang-4579689/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,
  /prebuilts/clang/host/darwin-x86/clang-4630689/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,
  /prebuilts/clang/host/darwin-x86/clang-4639204/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,
  /prebuilts/clang/host/darwin-x86/clang-4691093/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,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Bitcode/
BitcodeReader.h 168 /// isBitcode - Return true if the given bytes are the magic bytes for
171 inline bool isBitcode(const unsigned char *BufPtr,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Bitcode/
BitcodeReader.h 206 /// isBitcode - Return true if the given bytes are the magic bytes for
209 inline bool isBitcode(const unsigned char *BufPtr,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Bitcode/
BitcodeReader.h 206 /// isBitcode - Return true if the given bytes are the magic bytes for
209 inline bool isBitcode(const unsigned char *BufPtr,
  /prebuilts/clang/host/linux-x86/clang-4579689/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,
  /prebuilts/clang/host/linux-x86/clang-4630689/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,
  /prebuilts/clang/host/linux-x86/clang-4639204/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,
  /prebuilts/clang/host/linux-x86/clang-4691093/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/llvm/include/llvm/Object/
ObjectFile.h 98 bool isBitcode() const;
407 inline bool SectionRef::isBitcode() const {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Object/
ObjectFile.h 101 bool isBitcode() const;
420 inline bool SectionRef::isBitcode() const {

Completed in 456 milliseconds

1 2