Home
last modified time | relevance | path

Searched refs:getBitcodeBytes (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/llvm/include/llvm/Bitcode/
H A DBitstreamReader.h83 MemoryObject &getBitcodeBytes() { return *BitcodeBytes; } in getBitcodeBytes() function
168 R->getBitcodeBytes().isValidAddress(static_cast<uint64_t>(pos - 1)); in canSkipToPos()
226 return R->getBitcodeBytes().getPointer(ByteNo, NumBytes); in getPointerToByte()
245 R->getBitcodeBytes().readBytes(Array, sizeof(Array), NextChar); in fillCurWord()
354 void skipToEnd() { NextChar = R->getBitcodeBytes().getExtent(); } in skipToEnd()
/aosp_15_r20/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
H A DNaClBitstreamReader.h276 MemoryObject &getBitcodeBytes() { return *BitcodeBytes; } in getBitcodeBytes() function
520 return pos == 0 || BitStream->getBitcodeBytes().isValidAddress( in canSkipToPos()
632 return BitStream->getBitcodeBytes().readBytes(Buffer, Size, Address); in fillBuffer()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Bitstream/
DBitstreamReader.h124 ArrayRef<uint8_t> getBitcodeBytes() const { return BitcodeBytes; } in getBitcodeBytes() function
391 using SimpleBitstreamCursor::getBitcodeBytes;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Bitstream/
DBitstreamReader.h124 ArrayRef<uint8_t> getBitcodeBytes() const { return BitcodeBytes; } in getBitcodeBytes() function
391 using SimpleBitstreamCursor::getBitcodeBytes;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Bitstream/
DBitstreamReader.h124 ArrayRef<uint8_t> getBitcodeBytes() const { return BitcodeBytes; } in getBitcodeBytes() function
391 using SimpleBitstreamCursor::getBitcodeBytes;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Bitstream/
DBitstreamReader.h124 ArrayRef<uint8_t> getBitcodeBytes() const { return BitcodeBytes; } in getBitcodeBytes() function
391 using SimpleBitstreamCursor::getBitcodeBytes;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h127 ArrayRef<uint8_t> getBitcodeBytes() const { return BitcodeBytes; } in getBitcodeBytes() function
373 using SimpleBitstreamCursor::getBitcodeBytes;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h124 ArrayRef<uint8_t> getBitcodeBytes() const { return BitcodeBytes; } in getBitcodeBytes() function
392 using SimpleBitstreamCursor::getBitcodeBytes;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp480 ArrayRef<uint8_t> Bytes = Stream.getBitcodeBytes(); in analyzeHeader()
627 uint64_t BufferSizeBits = Stream.getBitcodeBytes().size() * CHAR_BIT; in printStats()
H A DBitcodeReader.cpp7837 if (BCBegin + 8 >= Stream.getBitcodeBytes().size()) in getBitcodeFileContents()
7874 F.Mods.push_back({Stream.getBitcodeBytes().slice( in getBitcodeFileContents()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp462 ArrayRef<uint8_t> Bytes = Stream.getBitcodeBytes(); in analyzeHeader()
615 uint64_t BufferSizeBits = Stream.getBitcodeBytes().size() * CHAR_BIT; in printStats()
H A DBitcodeReader.cpp6349 if (BCBegin + 8 >= Stream.getBitcodeBytes().size()) in getBitcodeFileContents()
6386 F.Mods.push_back({Stream.getBitcodeBytes().slice( in getBitcodeFileContents()
/aosp_15_r20/external/llvm/tools/llvm-bcanalyzer/
H A Dllvm-bcanalyzer.cpp817 uint64_t BufferSizeBits = StreamFile.getBitcodeBytes().getExtent() * CHAR_BIT; in AnalyzeBitcode()
/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DPNaClTranslator.cpp3309 if (InputStreamFile.getBitcodeBytes().getExtent() % 4 != 0) { in translate()