Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp6721 uint64_t BCBegin = Stream.getCurrentByteNo(); in getBitcodeFileContents() local
6726 if (BCBegin + 8 >= Stream.getBitcodeBytes().size()) in getBitcodeFileContents()
6742 IdentificationBit = Stream.GetCurrentBitNo() - BCBegin * 8; in getBitcodeFileContents()
6759 uint64_t ModuleBit = Stream.GetCurrentBitNo() - BCBegin * 8; in getBitcodeFileContents()
6764 BCBegin, Stream.getCurrentByteNo() - BCBegin), in getBitcodeFileContents()