Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp7569 uint64_t BCBegin = Stream.getCurrentByteNo(); in getBitcodeFileContents() local
7574 if (BCBegin + 8 >= Stream.getBitcodeBytes().size()) in getBitcodeFileContents()
7590 IdentificationBit = Stream.GetCurrentBitNo() - BCBegin * 8; in getBitcodeFileContents()
7607 uint64_t ModuleBit = Stream.GetCurrentBitNo() - BCBegin * 8; in getBitcodeFileContents()
7612 BCBegin, Stream.getCurrentByteNo() - BCBegin), in getBitcodeFileContents()