Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Bitstream/
H A DBitstreamReader.h126 uint64_t getCurrentByteNo() const { return GetCurrentBitNo() / 8; } in getCurrentByteNo() function
376 using SimpleBitstreamCursor::getCurrentByteNo;
/netbsd/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
H A DBitcodeAnalyzer.cpp770 uint64_t BlockEntryPos = Stream.getCurrentByteNo(); in parseBlock()
H A DBitcodeReader.cpp6721 uint64_t BCBegin = Stream.getCurrentByteNo(); in getBitcodeFileContents()
6764 BCBegin, Stream.getCurrentByteNo() - BCBegin), in getBitcodeFileContents()