Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5641 uint64_t BCBegin = Stream.getCurrentByteNo(); in getBitcodeFileContents() local
5646 if (BCBegin + 8 >= Stream.getBitcodeBytes().size()) in getBitcodeFileContents()
5658 IdentificationBit = Stream.GetCurrentBitNo() - BCBegin * 8; in getBitcodeFileContents()
5669 uint64_t ModuleBit = Stream.GetCurrentBitNo() - BCBegin * 8; in getBitcodeFileContents()
5674 BCBegin, Stream.getCurrentByteNo() - BCBegin), in getBitcodeFileContents()