Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h122 uint64_t getCurrentByteNo() const { return GetCurrentBitNo() / 8; } in getCurrentByteNo() function
393 using SimpleBitstreamCursor::getCurrentByteNo;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp769 uint64_t BlockEntryPos = Stream.getCurrentByteNo(); in parseBlock()
H A DBitcodeReader.cpp7884 uint64_t BCBegin = Stream.getCurrentByteNo(); in getBitcodeFileContents()
7927 BCBegin, Stream.getCurrentByteNo() - BCBegin), in getBitcodeFileContents()