Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Bitcode/
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()
/external/llvm/tools/llvm-bcanalyzer/
Dllvm-bcanalyzer.cpp817 uint64_t BufferSizeBits = StreamFile.getBitcodeBytes().getExtent() * CHAR_BIT; in AnalyzeBitcode()