Searched refs:getBitcodeBytes (Results 1 – 2 of 2) sorted by relevance
83 MemoryObject &getBitcodeBytes() { return *BitcodeBytes; } in getBitcodeBytes() function168 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()
817 uint64_t BufferSizeBits = StreamFile.getBitcodeBytes().getExtent() * CHAR_BIT; in AnalyzeBitcode()