Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Bitstream/
H A DBitstreamWriter.h138 uint64_t NumOfFlushedBytes = GetNumOfFlushedBytes(); in BackpatchWord() local
140 if (ByteNo >= NumOfFlushedBytes) { in BackpatchWord()
142 &Out[ByteNo - NumOfFlushedBytes], StartBit)) && in BackpatchWord()
145 &Out[ByteNo - NumOfFlushedBytes], NewWord, StartBit); in BackpatchWord()
156 size_t BytesFromDisk = std::min(static_cast<uint64_t>(BytesNum), NumOfFlushedBytes - ByteNo); in BackpatchWord()